post
https://example.com/v1/operations
Creates a new Operation in DRAFT status.
Feature flag
- Requires
OPERATIONSto be active
Access control
- OPERATOR: always allowed
- ACCOUNT: allowed only if the caller has
OPERATIONS_CREATEand is attached to the effective store (see Store scoping).
Store scoping
- If
dj-storeis provided: this store is used for creation. - If
dj-storeis omitted: the tenant default store is used as fallback. - ACCOUNT must be attached to the chosen store (provided or default) or the request is rejected with 403.
Constraints
- Required fields:
names,externalId,type,startDate type(PUBLIC / PRIVATE) cannot be changed after creation.namesanddescriptionsmust use IETF BCP 47 locales (e.g., en-US, fr-FR) and each provided locale must belong to the store allowed locales; otherwise the request is rejected (400).startDatemust be less than or equal toendDatewhenendDateis provided.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Invalid request payload.
- Missing or invalid fields
- Invalid date range (
startDatemust be ≤endDate) - Invalid locale (provided locale not allowed for the store)
401Authentication failed
403Forbidden.
- Unauthorized client value (unexpected
dj-client) - Access denied (missing
OPERATIONS_CREATEor not attached to the effective store) - Feature flag
OPERATIONSis disabled
