Skip to Content
API ReferenceFieldPOST /duplicate

POST /field/duplicate

Duplicate Field

Duplicate a field — composable infra architecture.

Request Body (DuplicateFieldApiRequest)

FieldTypeRequiredDescription
field_idstringYesUUID of the field to duplicate
idempotency_keystringNoOperation key for ack — promotes or rejects a dormant duplicate
softbooleanNoStage the duplicate dormant (active=False) — propose; the ack ({idempotency_key, accept}) promotes/rejects it
acceptbooleanNoAccept (promote) or reject dormant state. Only meaningful with idempotency_key

Response (DuplicateFieldApiResponse)

FieldTypeRequiredDescription
successbooleanYesWhether the duplication succeeded
field_idstringYesUUID of the newly created field
messagestringYesResult message
idempotency_keystringNoIdempotency key echoed back for client correlation
Last updated on