Set tags field

Cortex XSOAR API

post /incidentfield/tags/reset/{id} Show code example
CURL
curl -X POST \ -H "Authorization: [[apiKey]]" \ \ -H "Content-Type: application/json,application/xml" \ "https://hostname:443/incidentfield/tags/reset/{id}" \ -d '{ "data" : [ "data", "data" ] }' \ -d ' aeiou '
Sets the select values of a specific tags field. The values passed to the route override the existing select values of the field. To reset the select values pass an empty array.