Update Template
| connectcases_update_template | R Documentation |
Updates the attributes of an existing template¶
Description¶
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.
Usage¶
connectcases_update_template(description, domainId, layoutConfiguration,
name, requiredFields, status, templateId)
Arguments¶
descriptionA brief description of the template.
domainId[required] The unique identifier of the Cases domain.
layoutConfigurationConfiguration of layouts associated to the template.
nameThe name of the template. It must be unique per domain.
requiredFieldsA list of fields that must contain a value for a case to be successfully created with this template.
statusThe status of the template.
templateId[required] A unique identifier for the template.
Value¶
An empty list.