Skip to content

Commit 358a880

Browse files
feat(apigee): update the api
#### apigee:v1 The following keys were added: - resources.organizations.resources.apis.resources.keyvaluemaps.resources.entries.methods.update (Total Keys: 12) - resources.organizations.resources.environments.resources.keyvaluemaps.resources.entries.methods.update (Total Keys: 12) - resources.organizations.resources.keyvaluemaps.resources.entries.methods.update (Total Keys: 12)
1 parent b863607 commit 358a880

9 files changed

+208
-31
lines changed

docs/dyn/apigee_v1.organizations.apis.keyvaluemaps.entries.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ <h2>Instance Methods</h2>
9292
<p class="toc_element">
9393
<code><a href="#list_next">list_next()</a></code></p>
9494
<p class="firstline">Retrieves the next page of results.</p>
95+
<p class="toc_element">
96+
<code><a href="#update">update(name, body=None, x__xgafv=None)</a></code></p>
97+
<p class="firstline">Update key value entry scoped to an organization, environment, or API proxy for an existing key.</p>
9598
<h3>Method Details</h3>
9699
<div class="method">
97100
<code class="details" id="close">close()</code>
@@ -207,4 +210,32 @@ <h3>Method Details</h3>
207210
</pre>
208211
</div>
209212

213+
<div class="method">
214+
<code class="details" id="update">update(name, body=None, x__xgafv=None)</code>
215+
<pre>Update key value entry scoped to an organization, environment, or API proxy for an existing key.
216+
217+
Args:
218+
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}`. (required)
219+
body: object, The request body.
220+
The object takes the form of:
221+
222+
{ # Key value map pair where the value represents the data associated with the corresponding key. **Note**: Supported for Apigee hybrid 1.8.x and higher.
223+
&quot;name&quot;: &quot;A String&quot;, # Resource URI that can be used to identify the scope of the key value map entries.
224+
&quot;value&quot;: &quot;A String&quot;, # Required. Data or payload that is being retrieved and associated with the unique key.
225+
}
226+
227+
x__xgafv: string, V1 error format.
228+
Allowed values
229+
1 - v1 error format
230+
2 - v2 error format
231+
232+
Returns:
233+
An object of the form:
234+
235+
{ # Key value map pair where the value represents the data associated with the corresponding key. **Note**: Supported for Apigee hybrid 1.8.x and higher.
236+
&quot;name&quot;: &quot;A String&quot;, # Resource URI that can be used to identify the scope of the key value map entries.
237+
&quot;value&quot;: &quot;A String&quot;, # Required. Data or payload that is being retrieved and associated with the unique key.
238+
}</pre>
239+
</div>
240+
210241
</body></html>

docs/dyn/apigee_v1.organizations.developers.apps.keys.create.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h3>Method Details</h3>
9191
<pre>Creates a custom consumer key and secret for a developer app. This is particularly useful if you want to migrate existing consumer keys and secrets to Apigee from another system. Consumer keys and secrets can contain letters, numbers, underscores, and hyphens. No other special characters are allowed. To avoid service disruptions, a consumer key and secret should not exceed 2 KBs each. **Note**: When creating the consumer key and secret, an association to API products will not be made. Therefore, you should not specify the associated API products in your request. Instead, use the UpdateDeveloperAppKey API to make the association after the consumer key and secret are created. If a consumer key and secret already exist, you can keep them or delete them using the DeleteDeveloperAppKey API. **Note**: All keys start out with status=approved, even if status=revoked is passed when the key is created. To revoke a key, use the UpdateDeveloperAppKey API.
9292

9393
Args:
94-
parent: string, Parent of the developer app key. Use the following structure in your request: `organizations/{org}/developers/{developer_email}/apps` (required)
94+
parent: string, Parent of the developer app key. Use the following structure in your request: &#x27;organizations/{org}/developers/{developerEmail}/apps/{appName}&#x27; (required)
9595
body: object, The request body.
9696
The object takes the form of:
9797

docs/dyn/apigee_v1.organizations.envgroups.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h3>Method Details</h3>
128128
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the environment group. Values other than ACTIVE means the resource is not ready to use.
129129
}
130130

131-
name: string, ID of the environment group. Overrides any ID in the environment_group resource.
131+
name: string, Optional. ID of the environment group. Overrides any ID in the environment_group resource.
132132
x__xgafv: string, V1 error format.
133133
Allowed values
134134
1 - v1 error format
@@ -334,7 +334,7 @@ <h3>Method Details</h3>
334334
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the environment group. Values other than ACTIVE means the resource is not ready to use.
335335
}
336336

337-
updateMask: string, List of fields to be updated.
337+
updateMask: string, Optional. List of fields to be updated.
338338
x__xgafv: string, V1 error format.
339339
Allowed values
340340
1 - v1 error format

docs/dyn/apigee_v1.organizations.environments.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

docs/dyn/apigee_v1.organizations.environments.keyvaluemaps.entries.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ <h2>Instance Methods</h2>
9292
<p class="toc_element">
9393
<code><a href="#list_next">list_next()</a></code></p>
9494
<p class="firstline">Retrieves the next page of results.</p>
95+
<p class="toc_element">
96+
<code><a href="#update">update(name, body=None, x__xgafv=None)</a></code></p>
97+
<p class="firstline">Update key value entry scoped to an organization, environment, or API proxy for an existing key.</p>
9598
<h3>Method Details</h3>
9699
<div class="method">
97100
<code class="details" id="close">close()</code>
@@ -207,4 +210,32 @@ <h3>Method Details</h3>
207210
</pre>
208211
</div>
209212

213+
<div class="method">
214+
<code class="details" id="update">update(name, body=None, x__xgafv=None)</code>
215+
<pre>Update key value entry scoped to an organization, environment, or API proxy for an existing key.
216+
217+
Args:
218+
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}`. (required)
219+
body: object, The request body.
220+
The object takes the form of:
221+
222+
{ # Key value map pair where the value represents the data associated with the corresponding key. **Note**: Supported for Apigee hybrid 1.8.x and higher.
223+
&quot;name&quot;: &quot;A String&quot;, # Resource URI that can be used to identify the scope of the key value map entries.
224+
&quot;value&quot;: &quot;A String&quot;, # Required. Data or payload that is being retrieved and associated with the unique key.
225+
}
226+
227+
x__xgafv: string, V1 error format.
228+
Allowed values
229+
1 - v1 error format
230+
2 - v2 error format
231+
232+
Returns:
233+
An object of the form:
234+
235+
{ # Key value map pair where the value represents the data associated with the corresponding key. **Note**: Supported for Apigee hybrid 1.8.x and higher.
236+
&quot;name&quot;: &quot;A String&quot;, # Resource URI that can be used to identify the scope of the key value map entries.
237+
&quot;value&quot;: &quot;A String&quot;, # Required. Data or payload that is being retrieved and associated with the unique key.
238+
}</pre>
239+
</div>
240+
210241
</body></html>

0 commit comments

Comments
 (0)