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.
