Partial update tags of case for given case handle

PATCH {{baseUrl}}/cases/:handle/tags

Partial update tags of case for given case handle, replaces whole array of tags

Request Body

{"tags"=>[{"tags"=>[{"category"=>"<string>", "value"=>"<string>"}, {"category"=>"<string>", "value"=>"<string>"}]}, {"tags"=>[{"category"=>"<string>", "value"=>"<string>"}, {"category"=>"<string>", "value"=>"<string>"}]}]}

HEADERS

KeyDatatypeRequiredDescription
If-Matchstringetag of the latest version for optimistic locking, received from response of GET /cases/{handle}
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;message&quot;:&quot;case created/updated/deleted with case-handle AA-000&quot;,&quot;handle&quot;:&quot;AA-000&quot;,&quot;eTag&quot;:&quot;1702540787672&quot;}