Skip to content

Commit 942102d

Browse files
feat(ideahub): update the api
#### ideahub:v1alpha The following keys were deleted: - resources.ideas.methods.list.parameters.creator.platform (Total Keys: 4) - resources.platforms.resources.properties.resources.ideas.methods.list.parameters.creator.platform (Total Keys: 4)
1 parent ddf314e commit 942102d

File tree

3 files changed

+5
-57
lines changed

3 files changed

+5
-57
lines changed

docs/dyn/ideahub_v1alpha.ideas.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
81-
<code><a href="#list">list(creator_platform=None, creator_platformId=None, filter=None, orderBy=None, pageSize=None, pageToken=None, parent=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#list">list(filter=None, orderBy=None, pageSize=None, pageToken=None, parent=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">List ideas for a given Creator and filter and sort options.</p>
8383
<p class="toc_element">
8484
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -90,16 +90,10 @@ <h3>Method Details</h3>
9090
</div>
9191

9292
<div class="method">
93-
<code class="details" id="list">list(creator_platform=None, creator_platformId=None, filter=None, orderBy=None, pageSize=None, pageToken=None, parent=None, x__xgafv=None)</code>
93+
<code class="details" id="list">list(filter=None, orderBy=None, pageSize=None, pageToken=None, parent=None, x__xgafv=None)</code>
9494
<pre>List ideas for a given Creator and filter and sort options.
9595

9696
Args:
97-
creator_platform: string, Identifies the platform from which this user is accessing Idea Hub.
98-
Allowed values
99-
UNKNOWN -
100-
BLOGGER -
101-
SITEKIT -
102-
creator_platformId: string, Identifies the platform account (blog/site/etc.) for which to fetch Ideas.
10397
filter: string, Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions are implicitly combined, as if the `AND` operator was always used. The `OR` operator is currently unsupported. * Supported functions: - `saved(bool)`: If set to true, fetches only saved ideas. If set to false, fetches all except saved ideas. Can&#x27;t be simultaneously used with `dismissed(bool)`. - `dismissed(bool)`: If set to true, fetches only dismissed ideas. Can&#x27;t be simultaneously used with `saved(bool)`. The `false` value is currently unsupported. Examples: * `saved(true)` * `saved(false)` * `dismissed(true)` The length of this field should be no more than 500 characters.
10498
orderBy: string, Order semantics described below.
10599
pageSize: integer, The maximum number of ideas per page. If unspecified, at most 10 ideas will be returned. The maximum value is 2000; values above 2000 will be coerced to 2000.

docs/dyn/ideahub_v1alpha.platforms.properties.ideas.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
81-
<code><a href="#list">list(parent, creator_platform=None, creator_platformId=None, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">List ideas for a given Creator and filter and sort options.</p>
8383
<p class="toc_element">
8484
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -90,17 +90,11 @@ <h3>Method Details</h3>
9090
</div>
9191

9292
<div class="method">
93-
<code class="details" id="list">list(parent, creator_platform=None, creator_platformId=None, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
93+
<code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
9494
<pre>List ideas for a given Creator and filter and sort options.
9595

9696
Args:
9797
parent: string, If defined, specifies the creator for which to filter by. Format: publishers/{publisher}/properties/{property} (required)
98-
creator_platform: string, Identifies the platform from which this user is accessing Idea Hub.
99-
Allowed values
100-
UNKNOWN -
101-
BLOGGER -
102-
SITEKIT -
103-
creator_platformId: string, Identifies the platform account (blog/site/etc.) for which to fetch Ideas.
10498
filter: string, Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions are implicitly combined, as if the `AND` operator was always used. The `OR` operator is currently unsupported. * Supported functions: - `saved(bool)`: If set to true, fetches only saved ideas. If set to false, fetches all except saved ideas. Can&#x27;t be simultaneously used with `dismissed(bool)`. - `dismissed(bool)`: If set to true, fetches only dismissed ideas. Can&#x27;t be simultaneously used with `saved(bool)`. The `false` value is currently unsupported. Examples: * `saved(true)` * `saved(false)` * `dismissed(true)` The length of this field should be no more than 500 characters.
10599
orderBy: string, Order semantics described below.
106100
pageSize: integer, The maximum number of ideas per page. If unspecified, at most 10 ideas will be returned. The maximum value is 2000; values above 2000 will be coerced to 2000.

googleapiclient/discovery_cache/documents/ideahub.v1alpha.json

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -105,26 +105,6 @@
105105
"id": "ideahub.ideas.list",
106106
"parameterOrder": [],
107107
"parameters": {
108-
"creator.platform": {
109-
"description": "Identifies the platform from which this user is accessing Idea Hub.",
110-
"enum": [
111-
"UNKNOWN",
112-
"BLOGGER",
113-
"SITEKIT"
114-
],
115-
"enumDescriptions": [
116-
"",
117-
"",
118-
""
119-
],
120-
"location": "query",
121-
"type": "string"
122-
},
123-
"creator.platformId": {
124-
"description": "Identifies the platform account (blog/site/etc.) for which to fetch Ideas.",
125-
"location": "query",
126-
"type": "string"
127-
},
128108
"filter": {
129109
"description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions are implicitly combined, as if the `AND` operator was always used. The `OR` operator is currently unsupported. * Supported functions: - `saved(bool)`: If set to true, fetches only saved ideas. If set to false, fetches all except saved ideas. Can't be simultaneously used with `dismissed(bool)`. - `dismissed(bool)`: If set to true, fetches only dismissed ideas. Can't be simultaneously used with `saved(bool)`. The `false` value is currently unsupported. Examples: * `saved(true)` * `saved(false)` * `dismissed(true)` The length of this field should be no more than 500 characters.",
130110
"location": "query",
@@ -238,26 +218,6 @@
238218
"parent"
239219
],
240220
"parameters": {
241-
"creator.platform": {
242-
"description": "Identifies the platform from which this user is accessing Idea Hub.",
243-
"enum": [
244-
"UNKNOWN",
245-
"BLOGGER",
246-
"SITEKIT"
247-
],
248-
"enumDescriptions": [
249-
"",
250-
"",
251-
""
252-
],
253-
"location": "query",
254-
"type": "string"
255-
},
256-
"creator.platformId": {
257-
"description": "Identifies the platform account (blog/site/etc.) for which to fetch Ideas.",
258-
"location": "query",
259-
"type": "string"
260-
},
261221
"filter": {
262222
"description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions are implicitly combined, as if the `AND` operator was always used. The `OR` operator is currently unsupported. * Supported functions: - `saved(bool)`: If set to true, fetches only saved ideas. If set to false, fetches all except saved ideas. Can't be simultaneously used with `dismissed(bool)`. - `dismissed(bool)`: If set to true, fetches only dismissed ideas. Can't be simultaneously used with `saved(bool)`. The `false` value is currently unsupported. Examples: * `saved(true)` * `saved(false)` * `dismissed(true)` The length of this field should be no more than 500 characters.",
263223
"location": "query",
@@ -371,7 +331,7 @@
371331
}
372332
}
373333
},
374-
"revision": "20210813",
334+
"revision": "20210822",
375335
"rootUrl": "https://ideahub.googleapis.com/",
376336
"schemas": {
377337
"GoogleSearchIdeahubV1alphaAvailableLocale": {

0 commit comments

Comments
 (0)