Method: organizations.setAddons

Configures the add-ons for the Apigee organization. The existing add-on configuration will be fully replaced.

HTTP request

POST https://apigee.googleapis.com/v1/{org=organizations/*}:setAddons

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
org

string

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

Authorization requires the following IAM permission on the specified resource org :

  • apigee.organizations.update

Request body

The request body contains data with the following structure:

JSON representation
 { 
 "addonsConfig" 
 : 
 { 
 object (  AddonsConfig 
 
) 
 } 
 } 
Fields
addonsConfig

object ( AddonsConfig )

Required. Add-on configurations.

Response body

If successful, the response body contains an instance of Operation .

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform