v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13134345498.3 KB
organizations

Creates key value entries in a key value map scoped to an organization, environment, or API proxy. Note: Supported for Apigee hybrid 1.8.x and higher.

post/v1/{+parent}/entries

Path parameters

parentstring required

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}. 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.

Request body

valuestring

Required. Data or payload that is being retrieved and associated with the unique key.

namestring

Resource URI that can be used to identify the scope of the key value map entries.

Response

Successful response