Skip to main content
PUT
Update Template

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string | null

Path Parameters

template_id
string
required

Cookies

blindsight_session
string | null

Body

application/json
name
string | null
description
string | null
sections
string[] | null
config
Config · object | null
is_global
boolean | null
scope_type
string | null
scope_id
string | null

Response

Successful Response

id
string
required
name
string
required
description
string | null
required
sections
string[]
required
config
Config · object
required
is_global
boolean
required
scope_type
string
required
scope_id
string | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
owner_id
integer | null
required