HomeGuidesRecipesAPI ReferencePython SDK
Alation Help Center
API Reference

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