diff --git a/docs/thehive/user-guides/organisation/functions.md b/docs/thehive/user-guides/organisation/functions.md index 2a5ed0dd9..762e82c41 100644 --- a/docs/thehive/user-guides/organisation/functions.md +++ b/docs/thehive/user-guides/organisation/functions.md @@ -277,7 +277,7 @@ When invoked, this function will: ### Alert -- `alert.create(input: InputCreateAlert): OutputAlert` +- `alert.create(alertId: string, input: InputCreateAlert | null): OutputAlert` - `alert.get(id: string): OutputAlert` - `alert.update(InputUpdateAlert): OutputAlert` - `alert.delete(alertId: string): void`