Method: organizations.apis.keyvaluemaps.entries.update

Update key value entry scoped to an organization, environment, or API proxy for an existing key.

HTTP request

PUT https://apigee.googleapis.com/v1/{name=organizations/*/apis/*/keyvaluemaps/*/entries/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Scope as indicated by the URI in which to create the key value map entry. Use one of the following structures in your request:

  • organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}.
  • organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}
  • organizations/{organization}/keyvaluemaps/{keyvaluemap}.

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

  • apigee.keyvaluemapentries.update

Request body

The request body contains an instance of KeyValueEntry.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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