Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Asset ACL APIs allow you to manage do the following:

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

Asset 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.

...