Skip to main content
POST
Schedule a deliverable

Authorizations

X-API-Key
string
header
required

Organization-scoped API key. Create one in the BuildingSwell app under Organization settings, API keys.

Path Parameters

rootId
string<uuid>
required

Root of the tree the node belongs to.

id
string<uuid>
required

Record id.

Body

application/json

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.

type
enum<string>
required

Initial placement.

Available options:
schedule
newStart
integer

New start, epoch seconds.

newFinish
integer

New finish, epoch seconds.

Response

Scheduled. The response has no body.