Fields
Every property the API returns for a dependency.Link types
type follows the usual scheduling conventions. fs is the default and covers
most real work.
lagTimeSec shifts the link. A positive value delays the successor, for example
86400 to hold a phase a day after its predecessor finishes. A negative value
leads it.
There is one link per
fromId and toId pair. A duplicate comes back as 409.Hierarchy
Return every link in the subtree rooted at an id:Reordering instead of writing links
To set a straight sequence under a root,POST /deliverable/reorder is easier
than writing links one at a time. It rewrites the dependency chain to match the
order you send.