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

Query Params
integer
required

Unique identifier of the data source

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
URL
LoadingLoading…
Response
Choose an example:
application/json