v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1443311204.0 KB

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

namestring

The name of the layout. It must be unique per domain.

Response

Success

UpdateLayoutResponse required