Store Custom Field
Store Custom Field
Path Parameters
domain string required
Entity Domain
application/json
Request Body required
The body to store custom field
name string required
Possible values: <= 30 characters
type string required
Possible values: [NUMBER
, TEXT
, DATE
]
editable_status string[] required
is_required boolean
Responses
- 200
- 400
- 401
OK
application/json
Schema
Example (from schema)
Schema
data object
id string
key string
{
"data": {
"id": "string",
"key": "string"
}
}
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
Loading...