v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1443311204.0 KB

Updates the attributes of an existing template. The template attributes that can be modified include name, description, layoutConfiguration, requiredFields, and status. At least one of these attributes must not be null. If a null value is provided for a given attribute, that attribute is ignored and its current value is preserved.

Other template APIs are:

put/domains/{domainId}/templates/{templateId}

Path parameters

domainIdstring required

The unique identifier of the Cases domain.

templateIdstring required

A unique identifier for the template.

Request body

namestring

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

descriptionstring

A brief description of the template.

status'Active' | 'Inactive'

The status of the template.

Response

Success

UpdateTemplateResponse required