Required. Name of the environment in which to create the key value map. Use the following structure in your request: organizations/{org}/environments/{env}
Authorization requires the following IAM permission on the specified resource parent:
apigee.keyvaluemaps.create
Request body
The request body contains an instance of KeyValueMap.
Response body
If successful, the response body contains a newly created instance of KeyValueMap.
[[["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-04-18 UTC."],[[["This webpage outlines how to create a key-value map within a specified environment using the Apigee API."],["The process utilizes a POST request with a specific URL structure, defined by gRPC Transcoding, that requires the organization and environment to be specified."],["Authorization to create a key-value map requires a user with the `apigee.keyvaluemaps.create` IAM permission on the designated environment."],["The request body should include an instance of a KeyValueMap, and the successful response will contain the newly created KeyValueMap."],["The operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]