Skip to main content
POST
Reorder deliverables under a root

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 whose children are being reordered.

orderedDeliverableIds
string<uuid>[]
required

Node ids in their new order.

Deliverable id.

Response

Reordered. The response has no body.