custom fields
Update a custom field definition
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
fieldIdstring
name?string
options?array<string>
Response Body
application/json
application/json
curl -X PATCH "https://zernio.com/api/v1/custom-fields/string" \ -H "Content-Type: application/json" \ -d '{}'Empty
{
"error": "Unauthorized"
}{
"error": "Not found"
}