Partial update associations case for given case handle

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

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

Request Body

{"associations"=>[{"id"=>"<string>", "type"=>"<string>"}, {"id"=>"<string>", "type"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
If-Matchstringetag of the latest version for optimistic locking, received as 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;}