Update Field
POST
/field/updateRequest
Header Params
Content-Type
string
optional
Example:
application/json
Body Params application/json
field_id
string
Field ID
display_name
string
Display name
description
string
Description
options
array[string]
Optional values
Array elements must be unique and type must match value_type definition
default_value
string
optional
Example
{
"field_id": "string",
"display_name": "string",
"description": "string",
"options": [
"string"
],
"default_value": "string"
}
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 个月前