Group - Updates access permissions for an asset in a group

Updates the access permissions for assets belonging to a specific group.

patch
Authorizations
Path parameters
tenantIdstring · uuidRequired

Enter the ID of the tenant associated with the group and asset.

groupIdstring · uuidRequired

Enter the ID of the group to which the asset belongs.

assetIdstring · uuidRequired

Enter the ID of the asset whose access permissions will be updated.

Query parameters
roleIdstring · uuidOptional

Optional. Enter the ID of the role associated with the asset.

versionstringOptional

The requested API version

Default: 1.0
Body
string[]Optional
Responses
200
Success: Update acknowledgment received.
patch
PATCH /tenants/{tenantId}/groups/{groupId}/assets/{assetId} HTTP/1.1
Host: 
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 8

[
  "text"
]
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated