Authentication
curl -X PATCH "https://app.journeybee.io/api/v1/custom-fields" \
-H "Authorization: Bearer your-api-key-uuid" \
-H "Content-Type: application/json" \
-d '[{"id": 5, "label": "Updated Revenue Potential", "required": true}]'
Request Body Schema
Array of custom field updatesShow Custom Field Update Object
Custom field ID to update
Whether field is required
Whether field is shared with partners
Updated options for select fields
Response Schema
Array of updated custom field IDs
Notes
- Requires API key with
write_access permission
- Bulk operation for efficiency