Updates the attributes of an existing layout.
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
A ValidationException is returned when you add non-existent fieldIds to a layout.
Title and Status fields cannot be part of layouts because they are not configurable.
put/domains/{domainId}/layouts/{layoutId}
Path parameters
domainIdstring required
The unique identifier of the Cases domain.
layoutIdstring required
The unique identifier of the layout.
Request body
Response
Success
UpdateLayoutResponse required