Create a project library
POST/api/create_library
Creates a new library's working copy (unpublished). Called from the Scripting page's Explorer - creating a folder directly under "libraries/" creates the library, exactly like creating any other file/folder - so the caller immediately links the returned (unpublished) working_version to the node it was created from via add_library_dep.
Request
Responses
- 200
- 404
- 409
- 422
Successful Response
Project not found
Library already exists
Validation Error