Update Custom Field
Update Custom Field
Path Parameters
domain string required
Entity Domain
id uuid required
Custom Field UUID
application/json
Request Body required
The body to update custom field
order number
name string
Possible values: <= 30 characters
editable_status string[] required
is_required boolean
is_active boolean
Responses
- 200
- 400
- 401
- 404
OK
Bad Request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors
errors_v2 object
formatted object
issues object[]
code string
expected
message string
path string[]
received
message string
{
"errors": {},
"errors_v2": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
},
"message": "string"
}
Unauthorized
Not Found
Loading...