$customHeader
Skip to end of banner
Go to start of banner

Asset APIs

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Asset APIs allow you to do the following:

  • ACL Management. Manage the security permissions to assets in the project.

  • Project Management. Manage a project or project space.

ACL Management APIs

POST /assetapi/acl/{project_path}

Grants a user or group access to the specified project.

GET /assetapi/acl/{project_path}

Retrieves the privileges of the current user to access the specified project.

DELETE /assetapi/acl/{project_path}

Revokes all project access from a user or group.

Project Management APIs

POST /assetapi/project/{project_or_space_path}

Creates a new project or project space at the specified path with the specified permissions.

PUT /assetapi/project/{project_or_space_path}

Renames an existing project or project space.

  • No labels