Skip to content

Commit

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

The following keys were added:
- resources.edits.methods.commit.parameters.changesNotSentForReview (Total Keys: 2)
  • Loading branch information
yoshi-automation committed May 2, 2021
1 parent 362d0dd commit 90851f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/dyn/androidpublisher_v3.edits.html
Expand Up @@ -123,7 +123,7 @@ <h2>Instance Methods</h2>
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#commit">commit(packageName, editId, x__xgafv=None)</a></code></p>
<code><a href="#commit">commit(packageName, editId, changesNotSentForReview=None, x__xgafv=None)</a></code></p>
<p class="firstline">Commits an app edit.</p>
<p class="toc_element">
<code><a href="#delete">delete(packageName, editId, x__xgafv=None)</a></code></p>
Expand All @@ -144,12 +144,13 @@ <h3>Method Details</h3>
</div>

<div class="method">
<code class="details" id="commit">commit(packageName, editId, x__xgafv=None)</code>
<code class="details" id="commit">commit(packageName, editId, changesNotSentForReview=None, x__xgafv=None)</code>
<pre>Commits an app edit.

Args:
packageName: string, Package name of the app. (required)
editId: string, Identifier of the edit. (required)
changesNotSentForReview: boolean, Indicates that the changes in this edit will not be reviewed until they are explicitly sent for review from the Google Play Console UI. These changes will be added to any other changes that are not yet sent for review.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
Expand Up @@ -116,6 +116,11 @@
"editId"
],
"parameters": {
"changesNotSentForReview": {
"description": "Indicates that the changes in this edit will not be reviewed until they are explicitly sent for review from the Google Play Console UI. These changes will be added to any other changes that are not yet sent for review.",
"location": "query",
"type": "boolean"
},
"editId": {
"description": "Identifier of the edit.",
"location": "path",
Expand Down Expand Up @@ -2671,7 +2676,7 @@
}
}
},
"revision": "20210427",
"revision": "20210429",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Apk": {
Expand Down

0 comments on commit 90851f6

Please sign in to comment.