Requires authorization
Update existing role on an application. This method supports patch semantics. Try it now.
Request
HTTP request
PATCH https://www.googleapis.com/appengine/v1beta2/apps/appId/permissions/user
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
appId |
string |
App ID of application. |
user |
string |
User ID of developer. |
Authorization
This request requires authorization with at least one of the following scopes (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/appengine.admin |
https://www.googleapis.com/auth/cloud-platform |
Request body
In the request body, supply the relevant portions of an Apps.permissions resource, according to the rules of patch semantics.
Response
If successful, this method returns an Apps.permissions resource in the response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response. Alternatively, try the standalone Explorer.