Skip to main content
POST
Add Template Section

Authorizations

Authorization
string
header
required

Okta access-token JWT sent as a Bearer token. The token identifies the user and scopes access to the user's organization.

Path Parameters

template_id
string
required

UUID of template

Body

application/json
section_name
string
required

Name/title of the section

level
integer
required

Nesting level (1=top-level, 2=subsection, etc.)

order_index
integer
required

Position of section in the template (0-based)

Response

Section added successfully

message
string
required

Success message

section_id
string
required

UUID of the created section

template_id
string
required

UUID of the parent template

section_name
string
required

Name of the created section

level
integer
required

Nesting level of the section

order_index
integer
required

Position of the section in the template