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
| Key | Datatype | Required | Description | 
|---|---|---|---|
| If-Match | string | etag of the latest version for optimistic locking, received from response of GET /cases/{handle} | |
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
{"message":"case created/updated/deleted with case-handle AA-000","handle":"AA-000","eTag":"1702540787672"}