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