Update Schema
POST
/enrichment/mapping/schema/updateRequest
Header Params
Content-Type
string
optional
Example:
application/json
Body Params application/json
schema_id
string
Table ID
schema_name
string
Table name
Not updated if not provided
>= 1 characters<= 40 characters
description
string
Table description
Not updated if not provided
<= 500 characters
team_id
integer
Team ID
Not updated if not provided
Example
{
"schema_id": "string",
"schema_name": "string",
"description": "string",
"team_id": 0
}
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
error
object (DutyError)
optional
code
enum<string>
Error code
Allowed values:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
Error description
Example
Not configured
Last modified: 2 个月前