Link a node to a project library
POST/api/add_library_dep
Links a node to a project library at a given version. The version can be any already-published snapshot, or the library's current working copy (unpublished) - the latter is how a brand-new library, created right in the node's own Explorer, immediately becomes part of that node: it simply won't resolve at run time until it's actually published (see publish_library_version), same as any other dangling dependency.
Request
Responses
- 200
- 404
- 422
Successful Response
Node, project, or library version not found
Validation Error