Create custom field
createCustomFieldAdd a new custom field to hold extra information, optionally limiting visibility and editing to admin users only.
Instructions
Create custom field. Creates a custom field. Level API endpoint: POST /v2/custom-fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the custom field. | |
| admin_only | No | When 'admin_only' is true, this field's value can only be viewed or edited by an admin. |