GET /api/v1/assets/:asset_id/access_rights
List of access rights for the given Asset.

Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
asset_id
optional

ID of the asset.

Validations:

  • Must be a String


DELETE /api/v1/assets/:asset_id/access_rights/:id
Delete the access right.

Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
asset_id
optional

ID of the asset.

Validations:

  • Must be a Integer

id
optional

ID of the access right.

Validations:

  • Must be a String