Deliverables
Schedule a deliverable
Move or resize one node on the calendar, then let the engine re-roll everything the change affects.
The response carries no body: re-read the node with GET /deliverable/{id} to see the resulting schedule.
POST
Schedule a deliverable
Authorizations
Organization-scoped API key. Create one in the BuildingSwell app under Organization settings, API keys.
Path Parameters
Root of the tree the node belongs to.
Record id.
Body
application/json
- Option 1
- Option 2
- Option 3
- Option 4
A scheduling action, keyed on type. Times are epoch seconds, not ISO strings. For schedule, drag, shrink, and expand you send only one of newStart or newFinish; the engine derives the other from duration and dependencies.
Response
Scheduled. The response has no body.