Permissions

Reset asset permissions to inherited

Removes all individual permissions from an asset, making it inherit permissions from its parent in the hierarchy. Only admin users can access this endpoint. Returns 409 Conflict if the asset already inherits.

put/api/v1/permissions/{assetId}/_reset

Path parameters

assetIdstring required

Asset identifier (inode or identifier)

Response

Permissions reset successfully

i18nMessagesMapobject
permissionsstring[]

Example response

{
  "entity": {
    "message": "Individual permissions removed. Asset now inherits from parent.",
    "assetId": "abc123-def456",
    "previousPermissionCount": 5
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.