Custom Fields
Update custom field
Update a custom field definition. The field type cannot be changed after creation.
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
fieldId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
{ "success": true, "field": { "id": "string", "name": "string", "slug": "string", "type": "string", "options": [ "string" ] }}Was this page helpful?