Updates the values of fields on a case. Fields to be updated are received as an array of id/value pairs identical to the create_case
input .
See https://www.paws-r-sdk.com/docs/connectcases_update_case/ for full documentation.
connectcases_update_case(caseId, domainId, fields)
[required] A unique identifier of the case.
[required] The unique identifier of the Cases domain.
[required] An array of objects with fieldId
(matching ListFields/DescribeField)
and value union data, structured identical to
create_case
.