PUT
/
v1
/
templates
/
{template_id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

template_id
string
required

Body

application/json
name
string
required

Name of the template

description
string | null

Description of the template

picture
string | null

Logo of the template

Response

200
application/json
id
string
required
name
string
required

Name of the template

visibility
string
required

Visibility of the template (e.g., 'public', 'private')

category
string | null
required

Category of the template (e.g., 'featured', 'private')

org_id
string | null

ID of the organization the template belongs to

picture
string | null

Image URL of the template

description
string | null

Description of the tempalte

is_active
boolean
default:
true

Whether the template is active

submitted
boolean
default:
false

Whether the template is submitted as a public template

added_on
string

The creation timestamp of the template

settings
object | null

Template settings

conversations
object[] | null

List of conversations in the template

datasources
object[] | null

List of datasources in the template

collections
object[] | null

List of collections in the template