Updates the business metadata of a table in Data Map. Currently, only the usage notes of a table 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 table ID. You can refer to the format of the table ID returned by the ListTables operation. | maxcompute-table:123456XXX::test_project::test_tbl dlf-table:123456XXX:test_catalog:test_db::test_tbl hms-table:c-abc123xxx::test_db::test_tbl holo-table:h-abc123xxx::test_db:test_schema:test_tbl |
| Readme | string | No | The usage notes. The rich text format is supported. | ## introduction |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "7C352CB7-CD88-XXXXXXX",
"Success": true
}Error codes
For a list of error codes, visit the Service error codes.
