Values.UpdateLayoutRequestSourceUpdates 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.
type nonrec t = {domainId : DomainId.t;The unique identifier of the Cases domain.
*)layoutId : LayoutId.t;The unique identifier of the layout.
*)name : LayoutName.t option;The name of the layout. It must be unique per domain.
*)content : LayoutContent.t option;Information about which fields will be present in the layout, the order of the fields.
*)}val make :
?name:??? ->
?content:??? ->
domainId:DomainId.t ->
layoutId:LayoutId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of DomainId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of
FieldId.t ])
list ]
list
| `String of
FieldGroupNameString.t ])
list ])
list ]
list ])
list ])
list ])
list ])
list ]