Group - Updates access permissions for an asset in a group
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.
versionstringOptionalDefault:
The requested API version
1.0
Body
string[]Optional
Responses
200
Success: Update acknowledgment received.
500
Internal Server Error: An unexpected error occurred or a server timeout.
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