Updates the content of a related item associated with a case
Source:R/connectcases_operations.R
connectcases_update_related_item.RdUpdates the content of a related item associated with a case. The following related item types are supported:
See https://www.paws-r-sdk.com/docs/connectcases_update_related_item/ for full documentation.
Usage
connectcases_update_related_item(
domainId,
caseId,
relatedItemId,
content,
performedBy = NULL
)Arguments
- domainId
[required] The unique identifier of the Cases domain.
- caseId
[required] A unique identifier of the case.
[required] Unique identifier of a related item.
- content
[required] The content of a related item to be updated.
- performedBy
Represents the user who performed the update of the related item.