字段更新
POST
/field/update最后修改时间: 1 年前
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Body 参数application/json
field_id
string
字段ID
display_name
string
显示名称
description
string
描述
options
array [object]
可选值
数组内元素不可重复,且类型满足value_type定义
default_value
string | integer | boolean | array | object | number | null
默认值
类型满足value_type定义
示例
{
"field_id": "string",
"display_name": "string",
"description": "string",
"options": [
"string"
],
"default_value": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error
object (DutyError)
可选
code
enum<string>
错误码
枚举值:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
错误描述
示例
未设置
最后修改时间: 1 年前