Template APIs
Update Template
Update an existing template with channel-specific configurations
PUT
Header
string
required
Bearer token for API authentication. Format:
Bearer {{apiToken}}Query Parameters
UUID
required
The ID of the template to update.
Request Body
Body Parameters
string
required
Specifies the name of the template.
string
A brief description of the template.
array
A list of tag names associated with the template.
array
A list of variables used in the template.
object
required
Channel-specific configurations for the template.
Response
object
Status Codes
200- OK400- BAD REQUEST401- UNAUTHORISED404- NOT FOUND