Updates permissions for a given Data Studio asset.
Request
HTTP request
PATCH https://datastudio.googleapis.com/v1/assets/{assetId}/permissions
Parameters
Parameter name | Type | Description |
---|---|---|
assetId | string | The id of the asset. |
Authorization
This request requires authorization with the following scope:
Scope |
---|
https://www.googleapis.com/auth/datastudio |
Request body
In the request body, supply the following properties:
Property name | Type | Description |
---|---|---|
name | string | The name (ID) of the asset. |
permissions | Permissions | The updated permissions object. |
Response
Response
If successful, this method returns the updated Permissions object.