Skip to content

Commit

Permalink
feat(apigee): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Jan 23, 2024
1 parent b863607 commit 358a880
Show file tree
Hide file tree
Showing 9 changed files with 208 additions and 31 deletions.
31 changes: 31 additions & 0 deletions docs/dyn/apigee_v1.organizations.apis.keyvaluemaps.entries.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
<code><a href="#update">update(name, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Update key value entry scoped to an organization, environment, or API proxy for an existing key.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
Expand Down Expand Up @@ -207,4 +210,32 @@ <h3>Method Details</h3>
</pre>
</div>

<div class="method">
<code class="details" id="update">update(name, body=None, x__xgafv=None)</code>
<pre>Update key value entry scoped to an organization, environment, or API proxy for an existing key.

Args:
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)
body: object, The request body.
The object takes the form of:

{ # 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.
&quot;name&quot;: &quot;A String&quot;, # Resource URI that can be used to identify the scope of the key value map entries.
&quot;value&quot;: &quot;A String&quot;, # Required. Data or payload that is being retrieved and associated with the unique key.
}

x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # 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.
&quot;name&quot;: &quot;A String&quot;, # Resource URI that can be used to identify the scope of the key value map entries.
&quot;value&quot;: &quot;A String&quot;, # Required. Data or payload that is being retrieved and associated with the unique key.
}</pre>
</div>

</body></html>
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h3>Method Details</h3>
<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.

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

Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/apigee_v1.organizations.envgroups.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h3>Method Details</h3>
&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.
}

name: string, ID of the environment group. Overrides any ID in the environment_group resource.
name: string, Optional. ID of the environment group. Overrides any ID in the environment_group resource.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down Expand Up @@ -334,7 +334,7 @@ <h3>Method Details</h3>
&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.
}

updateMask: string, List of fields to be updated.
updateMask: string, Optional. List of fields to be updated.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
6 changes: 3 additions & 3 deletions docs/dyn/apigee_v1.organizations.environments.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
<code><a href="#update">update(name, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Update key value entry scoped to an organization, environment, or API proxy for an existing key.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
Expand Down Expand Up @@ -207,4 +210,32 @@ <h3>Method Details</h3>
</pre>
</div>

<div class="method">
<code class="details" id="update">update(name, body=None, x__xgafv=None)</code>
<pre>Update key value entry scoped to an organization, environment, or API proxy for an existing key.

Args:
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)
body: object, The request body.
The object takes the form of:

{ # 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.
&quot;name&quot;: &quot;A String&quot;, # Resource URI that can be used to identify the scope of the key value map entries.
&quot;value&quot;: &quot;A String&quot;, # Required. Data or payload that is being retrieved and associated with the unique key.
}

x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # 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.
&quot;name&quot;: &quot;A String&quot;, # Resource URI that can be used to identify the scope of the key value map entries.
&quot;value&quot;: &quot;A String&quot;, # Required. Data or payload that is being retrieved and associated with the unique key.
}</pre>
</div>

</body></html>

0 comments on commit 358a880

Please sign in to comment.