View source: R/connectcases_operations.R
connectcases_update_template | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/connectcases_update_template/ for full documentation.
connectcases_update_template(
description = NULL,
domainId,
layoutConfiguration = NULL,
name = NULL,
requiredFields = NULL,
status = NULL,
templateId
)
description |
A brief description of the template. |
domainId |
[required] The unique identifier of the Cases domain. |
layoutConfiguration |
Configuration of layouts associated to the template. |
name |
The name of the template. It must be unique per domain. |
requiredFields |
A list of fields that must contain a value for a case to be successfully created with this template. |
status |
The status of the template. |
templateId |
[required] A unique identifier for the template. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.