All Products
Search
Document Center

Data Management:EditTableAssetInfo

Last Updated:Jul 28, 2026

Edits the business knowledge (AI-enhanced description and summary) of a table, which affects the accuracy of semantic table search.

Operation description

Edits the business knowledge (AI-enhanced description and summary) of a table, which affects the accuracy of semantic table search.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST / HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

DbId

string

Yes

The database ID. You can call the ListDatabases operation to query the database ID.

1***

Tid

integer

No

The tenant ID.

Note

Move the pointer over the profile picture in the upper-right corner of the console to view the tenant ID. For more information, see View tenant information.

3***

TableName

string

Yes

The table name.

order_info

AssetDescription

string

No

The business description (AI-enhanced description) of the table, which is used for semantic table search. If you leave this parameter empty, the existing description is cleared.

Stores basic user order information, including order status, amount, and shipping address.

Title

string

No

The Chinese name of the table. If you leave this parameter empty, the original value is retained.

Order information table.

Summary

string

No

The business summary of the table, which is used for semantic table search. If you leave this parameter empty, the existing summary is cleared.

Order main table.

Response elements

Element

Type

Description

Example

object

The response content.

RequestId

string

Id of the request

0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931

ErrorCode

string

The error code.

UnknownError

ErrorMessage

string

The error message.

UnknownError

Success

boolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.

  • false: The request failed.

true

Data

boolean

The paginated result of table assets.

true

Examples

Success response

JSON format

{
  "RequestId": "0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931",
  "ErrorCode": "UnknownError",
  "ErrorMessage": "UnknownError",
  "Success": true,
  "Data": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.