Set entry tags

Cortex XSOAR API

post /entry/tags Show code example
CURL
curl -X POST \ -H "Authorization: [[apiKey]]" \ -H "Accept: application/json" \ -H "Content-Type: application/json,application/xml" \ "https://hostname:443/entry/tags" \ -d '{ "sequenceNumber" : 6, "investigationId" : "investigationId", "primaryTerm" : 0, "id" : "id", "version" : 1, "tags" : [ "tags", "tags" ] }' \ -d ' aeiou aeiou 123456789 123456789 aeiou 123456789 '
API to set entry tags Body example: {"id":"1@1234","version":"-1","investigationId":"1234","tags":["tag1","tag2"]"}