Updates the business metadata of a column in a table in Data Map. Only the business description of a column can be updated.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Id | string | Yes | The field ID. You can refer to the response from the ListColumns operation. You can also refer to the Concepts related to metadata entities. | maxcompute-column:11075xxxx::test_project:test_schema:test_table:test_column |
| Description | string | No | The field business description. | test description |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "D1E2E5BC-xxxx-xxxx-xxxx-xxxxxx",
"Success": true
}Error codes
For a list of error codes, visit the Service error codes.
