Skip to main content
POST
Schedule deliverables in a batch

Authorizations

X-API-Key
string
header
required

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

Body

application/json
rootParentId
string<uuid>
required

Root of the tree.

targetId
string<uuid>
required

Node to act on.

action
object
required

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.