put
https://example.com/v1/operations/
Updates the metadata of an existing Operation (only if in DRAFT status).
Feature flag
- Requires
OPERATIONSto be active.
Access control
- OPERATOR: can update any Operation.
- ACCOUNT: can update only their own Operations if they have the
OPERATIONS_UPDATEright and are attached to the effective store.
Store scoping
- Effective store is the
dj-storeheader if provided, otherwise the tenant default store. - ACCOUNT must be attached to the effective store; otherwise 403.
Editable fields
names,descriptions,startDate,endDate, and custom field values.type,externalId,status, and owner info are not editable.
Status constraint
- Only Operations in
DRAFTstatus can be updated.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
201Operation successfully updated
204No Content
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_UPDATEor not attached to the effective store) - Feature flag
OPERATIONSis disabled
404Operation not found.
