Skip to main content
PATCH
Update many dependencies

Authorizations

X-API-Key
string
header
required

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

Query Parameters

Full-text search across the resource's search columns. Append :col1,col2 to limit which columns are searched.

filter
string

AND/OR filter expression, for example type eq 'phase' and isArchived eq false. Simple equality can also be passed as plain field parameters.

Body

application/json

Every field is optional. Only the fields you send are changed.

type
enum<string>
default:fs

Link type: fs finish-to-start, ff finish-to-finish, sf start-to-finish, ss start-to-start.

Available options:
fs,
ff,
sf,
ss
rootParentId
string<uuid>

Root of the tree both nodes belong to.

fromId
string<uuid>

Node the link runs from, the predecessor.

toId
string<uuid>

Node the link runs to, the successor.

lagTimeSec
integer
default:0

Lag between the two nodes, in seconds. Negative values lead.

isArchived
boolean
default:false

Archived links no longer affect scheduling.

archivedAt
string<date-time> | null

When the link was archived.

Response

The updated dependencies.

values
object[]
required