Method: organizations.apimServiceExtensions.patch

Updates an APIM service extension in an organization.

HTTP request

PATCH https://apigee.googleapis.com/v1/{apimServiceExtension.name=organizations/*/apimServiceExtensions/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
apimServiceExtension.name

string

Identifier. unique name of the APIM service extension. The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens, and can have a maximum length of 63 characters. Additionally, the first character must be a letter and the last a letter or a number.

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. The list of fields to update.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

allowMissing

boolean

Optional. If set to true, and the service extension is not found, a new service extension will be created. In this situation, updateMask is ignored.

Request body

The request body contains an instance of ApimServiceExtension.

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