connectcases_update_layout {paws.customer.engagement} | R Documentation |
Updates the attributes of an existing layout
Description
Updates the attributes of an existing layout.
See https://www.paws-r-sdk.com/docs/connectcases_update_layout/ for full documentation.
Usage
connectcases_update_layout(content = NULL, domainId, layoutId, name = NULL)
Arguments
content |
Information about which fields will be present in the layout, the order of the fields. |
domainId |
[required] The unique identifier of the Cases domain. |
layoutId |
[required] The unique identifier of the layout. |
name |
The name of the layout. It must be unique per domain. |
[Package paws.customer.engagement version 0.9.0 Index]