If the KeyValueMap is under an API Proxy resource that has the space attribute set, IAM permissions are checked against the Space resource path. To learn more, read the Apigee Spaces Overview.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-04 UTC."],[[["This operation updates a key-value entry within a specified scope, which can be an organization, environment, or API proxy."],["The HTTP request is a `PUT` operation targeting a specific URL structure using gRPC Transcoding syntax to update the key value entry."],["The `name` path parameter is required, specifying the scope and location of the key-value map entry using a defined pattern and the required `apigee.keyvaluemapentries.update` IAM permission."],["Both the request and response bodies use the `KeyValueEntry` resource, defining the structure of the data being updated and returned."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]