Method: organizations.appgroups.update

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

string

Required. Name of the AppGroup. Use the following structure in your request:organizations/{org}/appgroups/{app_group_name}

Authorization requires the followingIAM permission on the specified resourcename:

  • apigee.appgroups.update

Query parameters

Parameters
action

string

Activate or de-activate the AppGroup by setting the action asactive orinactive. TheContent-Type header must be set toapplication/octet-stream, with empty body.

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.