Method: organizations.appgroups.update Stay organized with collections Save and categorize content based on your preferences.
Updates an AppGroup.
This API replaces the existing AppGroup details with those specified in the request. Include or exclude any existing details that you want to retain or delete, respectively. Note that the state of the AppGroup should be updated usingaction, and not via AppGroup.
HTTP request
PUT https://apigee.googleapis.com/v1/{name=organizations/*/appgroups/*}
The URL usesgRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
Required. Name of the AppGroup. Use the following structure in your request: Authorization requires the followingIAM permission on the specified resource
|
Query parameters
| Parameters | |
|---|---|
action |
Activate or de-activate the AppGroup by setting the action as |
Request body
The request body contains an instance ofAppGroup.
Response body
If successful, the response body contains an instance ofAppGroup.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-19 UTC.