Skip to Content

POST /parameter/create

Create Parameter

Create parameters using composable infra architecture.

Request Body (CreateParameterApiRequest)

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

Response (CreateParameterApiResponse)

FieldTypeRequiredDescription
resultsParameterResultItem[]YesList of operation results
parametersListParameterApiParameter[]NoHydrated list rows for the just-created parameters — same shape as /parameter/search returns. Lets the client materialize the new rows directly from the response (or audit .completed payload) without a follow-up search burst. Omitted on the soft-pending (ack-shaped) paths — dormant rows aren’t fully active until accepted.
idempotency_keystringNoIdempotency key echoed back for client correlation
Last updated on