更新data
POST
/enrichment/mapping/data/upsert最后修改时间: 1 年前
每个schema最大允许上传一万条数据
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Body 参数application/json
schema_id
string
表ID
docs
array[object (Labels) {1}]
规则列表
^[a-zA-Z_][a-zA-Z0-9_]*$
string
(pattern property)
key为任意label名称,值为字符串
label格式需要满足正则^[a-zA-Z_][a-zA-Z0-9_]*$,value的长度不超过512字节
<= 512 字符
示例
{
"schema_id": "string",
"docs": [
{}
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error
object (DutyError)
可选
code
enum<string>
错误码
枚举值:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
错误描述
示例
未设置
最后修改时间: 1 年前