Values.UpdateCaseRequestSourceIf you provide a value for PerformedBy.UserArn you must also have connect:DescribeUser permission on the User ARN resource that you provide Updates the values of fields on a case. Fields to be updated are received as an array of id/value pairs identical to the CreateCase input . If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
type nonrec t = {domainId : DomainId.t;The unique identifier of the Cases domain.
*)caseId : CaseId.t;A unique identifier of the case.
*)fields : UpdateCaseRequestFieldsList.t;An array of objects with fieldId (matching ListFields/DescribeField) and value union data, structured identical to CreateCase.
*)performedBy : UserUnion.t option;}val make :
?performedBy:??? ->
domainId:DomainId.t ->
caseId:CaseId.t ->
fields:UpdateCaseRequestFieldsList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of FieldId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `String of FieldValueUnionStringValueString.t
| `Structure of 'a list ])
list ])
list ]
list
| `String of DomainId.t
| `Structure of (string * [> `String of UserArn.t ]) list ])
list ]