connectcases_update_field {paws.customer.engagement} | R Documentation |
Updates the properties of an existing field.
See https://www.paws-r-sdk.com/docs/connectcases_update_field/ for full documentation.
connectcases_update_field(description = NULL, domainId, fieldId, name = NULL)
description |
The description of a field. |
domainId |
[required] The unique identifier of the Cases domain. |
fieldId |
[required] The unique identifier of a field. |
name |
The name of the field. |