Skip to content

Commit

Permalink
feat(ideahub): update the api
Browse files Browse the repository at this point in the history
#### ideahub:v1alpha

The following keys were deleted:
- schemas.GoogleSearchIdeahubV1alphaIdeaActivity.properties.ideaIds (Total Keys: 2)
- schemas.GoogleSearchIdeahubV1alphaIdeaActivity.properties.topicIds (Total Keys: 2)

The following keys were added:
- schemas.GoogleSearchIdeahubV1alphaIdeaActivity.properties.ideas (Total Keys: 2)
- schemas.GoogleSearchIdeahubV1alphaIdeaActivity.properties.topics (Total Keys: 2)
- schemas.GoogleSearchIdeahubV1alphaTopic.properties.name.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Aug 3, 2021
1 parent b4b5903 commit 24483a4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
1 change: 1 addition & 0 deletions docs/dyn/ideahub_v1alpha.ideas.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ <h3>Method Details</h3>
{ # Represents a Topic umbrella for a list of questions that a Creator may want to respond to.
&quot;displayName&quot;: &quot;A String&quot;, # String displayed to the creator indicating the name of the Topic.
&quot;mid&quot;: &quot;A String&quot;, # The mID of the topic.
&quot;name&quot;: &quot;A String&quot;, # Unique identifier for the topic. Format: topics/{topic}
},
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ <h3>Method Details</h3>
The object takes the form of:

{ # An idea activity entry.
&quot;ideaIds&quot;: [ # The Idea IDs for this entry.
&quot;ideas&quot;: [ # The Idea IDs for this entry.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Unique identifier for the idea activity. Format: platforms/{platform}/properties/{property}/ideaActivities/{idea_activity}
&quot;topicIds&quot;: [ # The Topic IDs for this entry.
&quot;topics&quot;: [ # The Topic IDs for this entry.
&quot;A String&quot;,
],
&quot;type&quot;: &quot;A String&quot;, # The type of activity performed.
Expand All @@ -116,11 +116,11 @@ <h3>Method Details</h3>
An object of the form:

{ # An idea activity entry.
&quot;ideaIds&quot;: [ # The Idea IDs for this entry.
&quot;ideas&quot;: [ # The Idea IDs for this entry.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Unique identifier for the idea activity. Format: platforms/{platform}/properties/{property}/ideaActivities/{idea_activity}
&quot;topicIds&quot;: [ # The Topic IDs for this entry.
&quot;topics&quot;: [ # The Topic IDs for this entry.
&quot;A String&quot;,
],
&quot;type&quot;: &quot;A String&quot;, # The type of activity performed.
Expand Down
1 change: 1 addition & 0 deletions docs/dyn/ideahub_v1alpha.platforms.properties.ideas.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ <h3>Method Details</h3>
{ # Represents a Topic umbrella for a list of questions that a Creator may want to respond to.
&quot;displayName&quot;: &quot;A String&quot;, # String displayed to the creator indicating the name of the Topic.
&quot;mid&quot;: &quot;A String&quot;, # The mID of the topic.
&quot;name&quot;: &quot;A String&quot;, # Unique identifier for the topic. Format: topics/{topic}
},
],
},
Expand Down
10 changes: 7 additions & 3 deletions googleapiclient/discovery_cache/documents/ideahub.v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
}
}
},
"revision": "20210723",
"revision": "20210731",
"rootUrl": "https://ideahub.googleapis.com/",
"schemas": {
"GoogleSearchIdeahubV1alphaAvailableLocale": {
Expand Down Expand Up @@ -415,7 +415,7 @@
"description": "An idea activity entry.",
"id": "GoogleSearchIdeahubV1alphaIdeaActivity",
"properties": {
"ideaIds": {
"ideas": {
"description": "The Idea IDs for this entry.",
"items": {
"type": "string"
Expand All @@ -426,7 +426,7 @@
"description": "Unique identifier for the idea activity. Format: platforms/{platform}/properties/{property}/ideaActivities/{idea_activity}",
"type": "string"
},
"topicIds": {
"topics": {
"description": "The Topic IDs for this entry.",
"items": {
"type": "string"
Expand Down Expand Up @@ -521,6 +521,10 @@
"mid": {
"description": "The mID of the topic.",
"type": "string"
},
"name": {
"description": "Unique identifier for the topic. Format: topics/{topic}",
"type": "string"
}
},
"type": "object"
Expand Down

0 comments on commit 24483a4

Please sign in to comment.