v3

OpenAPI 3.0.0Dex Terms of Service2026-07-311481984.7 KB
custom-fields

Create a custom field (v2)

Create ONE custom field definition. Accepts name, field_type (input | autocomplete | datepicker), and categories (autocomplete only, as [{ category }]). Ranking is assigned automatically (appended last). Requires Idempotency-Key. Returns { data: { custom_field: {...} } } with status 201.

post/v2/custom-fields/

Headers

Idempotency-Keystring required
Example:01HV8N6X7K3P9Q5R2T4Y6W8Z0A

Required. UUID per logical operation, reused on every retry. See apps/rest-api/src/shared/idempotency.ts for the full contract. Missing → 400 BadRequest; same key + different body → 409 Conflict.

Request body

Response

Created