Skip to contents

If you provide a value for PerformedBy.UserArn you must also have connect:DescribeUser permission on the User ARN resource that you provide

See https://www.paws-r-sdk.com/docs/connectcases_update_case/ for full documentation.

Usage

connectcases_update_case(domainId, caseId, fields, performedBy = NULL)

Arguments

domainId

[required] The unique identifier of the Cases domain.

caseId

[required] A unique identifier of the case.

fields

[required] An array of objects with fieldId (matching ListFields/DescribeField) and value union data, structured identical to create_case.

performedBy

Represents the entity that performed the action.