Skip to content

Commit

Permalink
Merge pull request #118 from StrangeBeeCorp/DOC-121
Browse files Browse the repository at this point in the history
Updated create alert function in API context with 2 arguments
  • Loading branch information
AnneLaure1307 authored Feb 5, 2025
2 parents 5be9f02 + fdd35ec commit f290640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/thehive/user-guides/organisation/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit f290640

Please sign in to comment.