Group - Updates access permissions for an asset in a group
Authorizations
HTTPRequired
Please enter a valid token
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.
versionstringOptionalDefault:
The requested API version
1.0Bodystring[]
string[]Optional
Responses
200
Success: Update acknowledgment received.
500
Internal Server Error: An unexpected error occurred or a server timeout.
patch
/tenants/{tenantId}/groups/{groupId}/assets/{assetId}Last updated