Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Adjust AddCustomField to AddCustomFields in docs (#45)
Browse files Browse the repository at this point in the history
per commit e7f8b12 to close issue #724, method name is AddCustomFields (note the 's' on the end to make it plural), not AddCustomField.
  • Loading branch information
mdavis332 authored and nadouani committed Dec 9, 2019
1 parent 20709e8 commit 751e6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/how-to-create-a-responder.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ If the responder **succeeds** (i.e. it runs without any error):
- `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
- `AddCustomFields` (`{"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 751e6b5

Please sign in to comment.