Update children of a sub-columnpatch {protocol}://{base-url}/integration/v2/column/{column_id}/children/Updates the title and description of child columns under a column.Path Paramscolumn_idintegerrequiredUnique identifier of the parent columnQuery Paramsds_idintegerrequiredUnique identifier of the data sourceBody ParamsColumn object for updating title and descriptionkeystringrequiredPath 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"titlestringTitle value to be updated for the column.descriptionstringDescription value to be updated for the column.Responses 202Job Id of the metadata upload job created. 400Malformed Request 401Unauthorized bad/missing token 403Forbidden User cannot edit this resource 404The specified resource was not found 413Request Too Large 414Request URL Too Long 429Too many requests 500Internal Server ErrorUpdated about 2 months ago Fetch children for columnFile AttributeDid this page help you?YesNo