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 using action, and not via AppGroup.
HTTP request
PUT https://apigee.googleapis.com/v1/{name=organizations/*/appgroups/*}
Required. Name of the AppGroup. Use the following structure in your request: organizations/{org}/appgroups/{app_group_name}
Authorization requires the following IAM permission on the specified resource name:
apigee.appgroups.update
Query parameters
Parameters
action
string
Activate or de-activate the AppGroup by setting the action as active or inactive. The Content-Type header must be set to application/octet-stream, with empty body.
Request body
The request body contains an instance of AppGroup.
Response body
If successful, the response body contains an instance of AppGroup.