Contains the operations for creating, editing, and deleting projects.
get
Get projects
post
Create a project
get
Get a project
head
Check if a project exists
patch
Update a specific project
delete
Delete a project
Contains the operations for managing project package versions.
post
Create a new project version
get
Get the version history of a project
head
Check if the version history exists
post
Promote a project
get
Get the promotion history of a project
head
Check if the promotion history exists
Contains the operations for managing project package files and folders.
post
Create a file
head
Check if a file exists
get
Get a file
delete
Delete a file
post
Create a folder
delete
Delete a folder
get
Get a folder
head
Check if a folder exists
Contains the operations for the root resource.