curl --location --request PATCH 'https://client-api.dev.nudgescribe.com/v1/cpf' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "your-workspace-uuid",
"changed_fields": [
{
"field_id": "field-uuid",
"display_name": "Customer Category",
"is_required": false
}
]
}'[
{
"field_id": "field-uuid",
"workspace_id": "workspace-uuid",
"field_key": "customer_type",
"display_name": "Customer Category",
"field_type": "ENUM",
"field_format": null,
"validation_regex": null,
"is_required": true,
"pii": false,
"is_default": false,
"order_pos": 1,
"created_at": "2025-09-11T12:35:57.662Z",
"updated_at": "2025-09-11T12:35:57.662Z"
}
]