Connectors
...
Actions
Add Event Tag
4 min
description associates a tag with an event in misp using the event id, tag id, and locality parameter endpoint url events/addtag/{{eventid}}/{{tagid}}/local {{local}} method post inputs path parameters (object) – required eventid (string) – required tagid (string) – required local (number) – required headers (object) – required accept (string) – required content type (string) – required output example \[ { "saved" true, "success" "tag added ", "check publish" true, "errors" "tag could not be added " } ] output parameters saved (boolean) success (string) check publish (boolean) errors (string)