Partial update attachments case for given case handle

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

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

Request Body

{"attachments"=>[{"name"=>"<string>", "assetId"=>"<string>", "path"=>"<string>"}, {"name"=>"<string>", "assetId"=>"<string>", "path"=>"<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;}