更新schema
POST
/enrichment/mapping/schema/update最后修改时间: 1 年前
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Body 参数application/json
schema_id
string
表ID
schema_name
string
表名称
不传不更新
>= 1 字符<= 40 字符
description
string
表描述
不传不更新
<= 500 字符
team_id
integer
负责团队ID
不传不更新
示例
{
"schema_id": "string",
"schema_name": "string",
"description": "string",
"team_id": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error
object (DutyError)
可选
code
enum<string>
错误码
枚举值:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
错误描述
示例
未设置
最后修改时间: 1 年前