Skip to content

Commit

Permalink
Merge pull request #27 from christophetd/patch-1
Browse files Browse the repository at this point in the history
Add documentation about responders MarkAlertAsRead and AddCustomField actions
  • Loading branch information
To-om authored Mar 13, 2019
2 parents ec42d24 + cd8c137 commit 759b080
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/how-to-create-a-responder.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ If the responder **succeeds** (i.e. it runs without any error):
a tag to the artifact related to the object
- `AddTagToCase` (`{ "type": "AddTagToCase", "tag": "tag to add" }`): add
a tag to the case related to the object
- `MarkAlertAsRead`: mark the alert related to the object as read
- `AddCustomField` (`{"name": "key", "value": "value", "tpe": "type"`): add a custom field to the case related to the object

The list of acceptable operations will increase in future releases of TheHive.

Expand Down

0 comments on commit 759b080

Please sign in to comment.