Skip to content

Commit

Permalink
Update how-to-create-a-responder.md (#26)
Browse files Browse the repository at this point in the history
Added additional operation "AddTagToArtifact"
  • Loading branch information
arnydo authored and nadouani committed Dec 1, 2018
1 parent e7edde2 commit 09585fa
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 @@ -295,6 +295,8 @@ If the responder **succeeds** (i.e. it runs without any error):
a message.
- `operations` is a list what the submitter system should execute.
As of version 3.1.0, TheHive accepts the following operations:
- `AddTagToArtifact` (`{ "type": "AddTagToArtifact", "tag": "tag to add" }`): add
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

Expand Down

0 comments on commit 09585fa

Please sign in to comment.