These docs are for v2024.1.1. Click to read the latest docs for v2026.7.1-0.

Update children of a sub-column

Updates the title and description of child columns under a column.

Path Params
integer
required

Unique identifier of the parent column

Body Params

Column object for updating title and description

string
required

Path of the column obtained from GET response. Fully-qualified name of a child_column. Format {ROOT_COL}.{SUB_PARENT_COL}....{CHILD_COL_NAME} eg: "col1.col2.col3"

string

Title value to be updated for the column.

string

Description value to be updated for the column.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Choose an example:
application/json