Skip to content

Commit 9fd19ee

Browse files
feat(apigee): update the api
#### apigee:v1 The following keys were added: - resources.organizations.resources.apis.methods.patch (Total Keys: 15)
1 parent b303e36 commit 9fd19ee

File tree

3 files changed

+93
-5
lines changed

3 files changed

+93
-5
lines changed

docs/dyn/apigee_v1.organizations.apis.html

+54
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ <h2>Instance Methods</h2>
104104
<p class="toc_element">
105105
<code><a href="#list">list(parent, includeMetaData=None, includeRevisions=None, x__xgafv=None)</a></code></p>
106106
<p class="firstline">Lists the names of all API proxies in an organization. The names returned correspond to the names defined in the configuration files for each API proxy.</p>
107+
<p class="toc_element">
108+
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
109+
<p class="firstline">Updates an existing API proxy.</p>
107110
<h3>Method Details</h3>
108111
<div class="method">
109112
<code class="details" id="close">close()</code>
@@ -297,4 +300,55 @@ <h3>Method Details</h3>
297300
}</pre>
298301
</div>
299302

303+
<div class="method">
304+
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
305+
<pre>Updates an existing API proxy.
306+
307+
Args:
308+
name: string, Required. API proxy to update in the following format: `organizations/{org}/apis/{api}` (required)
309+
body: object, The request body.
310+
The object takes the form of:
311+
312+
{ # Metadata describing the API proxy
313+
&quot;labels&quot;: { # User labels applied to this API Proxy.
314+
&quot;a_key&quot;: &quot;A String&quot;,
315+
},
316+
&quot;latestRevisionId&quot;: &quot;A String&quot;, # Output only. The id of the most recently created revision for this api proxy.
317+
&quot;metaData&quot;: { # Metadata common to many entities in this API. # Output only. Metadata describing the API proxy.
318+
&quot;createdAt&quot;: &quot;A String&quot;, # Time at which the API proxy was created, in milliseconds since epoch.
319+
&quot;lastModifiedAt&quot;: &quot;A String&quot;, # Time at which the API proxy was most recently modified, in milliseconds since epoch.
320+
&quot;subType&quot;: &quot;A String&quot;, # The type of entity described
321+
},
322+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the API proxy.
323+
&quot;revision&quot;: [ # Output only. List of revisons defined for the API proxy.
324+
&quot;A String&quot;,
325+
],
326+
}
327+
328+
updateMask: string, Required. The list of fields to update.
329+
x__xgafv: string, V1 error format.
330+
Allowed values
331+
1 - v1 error format
332+
2 - v2 error format
333+
334+
Returns:
335+
An object of the form:
336+
337+
{ # Metadata describing the API proxy
338+
&quot;labels&quot;: { # User labels applied to this API Proxy.
339+
&quot;a_key&quot;: &quot;A String&quot;,
340+
},
341+
&quot;latestRevisionId&quot;: &quot;A String&quot;, # Output only. The id of the most recently created revision for this api proxy.
342+
&quot;metaData&quot;: { # Metadata common to many entities in this API. # Output only. Metadata describing the API proxy.
343+
&quot;createdAt&quot;: &quot;A String&quot;, # Time at which the API proxy was created, in milliseconds since epoch.
344+
&quot;lastModifiedAt&quot;: &quot;A String&quot;, # Time at which the API proxy was most recently modified, in milliseconds since epoch.
345+
&quot;subType&quot;: &quot;A String&quot;, # The type of entity described
346+
},
347+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the API proxy.
348+
&quot;revision&quot;: [ # Output only. List of revisons defined for the API proxy.
349+
&quot;A String&quot;,
350+
],
351+
}</pre>
352+
</div>
353+
300354
</body></html>

0 commit comments

Comments
 (0)