POST /field/create
Create Field
Create fields using composable infra architecture.
Request Body (CreateFieldApiRequest)
| Field | Type | Required | Description |
|---|---|---|---|
fields | CreateFieldItem[] | Yes | List of fields to create |
idempotency_key | string | No | Operation key for ack — promotes or rejects a dormant create |
soft | boolean | No | Stage the create dormant (active=False) — propose; the ack ({idempotency_key, accept}) promotes/rejects it |
accept | boolean | No | Accept (promote) or reject dormant state. Only meaningful with idempotency_key |
Response (CreateFieldApiResponse)
| Field | Type | Required | Description |
|---|---|---|---|
results | FieldResultItem[] | Yes | Per-item creation results |
idempotency_key | string | No | Idempotency key echoed back for client correlation |
Last updated on