Skip to content

Commit cf67afc

Browse files
feat(androidpublisher): update the api
#### androidpublisher:v3 The following keys were added: - resources.inappproducts.methods.update.parameters.allowMissing (Total Keys: 2)
1 parent c927a35 commit cf67afc

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/dyn/androidpublisher_v3.inappproducts.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2>Instance Methods</h2>
9393
<code><a href="#patch">patch(packageName, sku, autoConvertMissingPrices=None, body=None, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Patches an in-app product (i.e. a managed product or a subscriptions).</p>
9595
<p class="toc_element">
96-
<code><a href="#update">update(packageName, sku, autoConvertMissingPrices=None, body=None, x__xgafv=None)</a></code></p>
96+
<code><a href="#update">update(packageName, sku, allowMissing=None, autoConvertMissingPrices=None, body=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">Updates an in-app product (i.e. a managed product or a subscriptions).</p>
9898
<h3>Method Details</h3>
9999
<div class="method">
@@ -383,7 +383,7 @@ <h3>Method Details</h3>
383383
</div>
384384

385385
<div class="method">
386-
<code class="details" id="update">update(packageName, sku, autoConvertMissingPrices=None, body=None, x__xgafv=None)</code>
386+
<code class="details" id="update">update(packageName, sku, allowMissing=None, autoConvertMissingPrices=None, body=None, x__xgafv=None)</code>
387387
<pre>Updates an in-app product (i.e. a managed product or a subscriptions).
388388

389389
Args:
@@ -422,6 +422,7 @@ <h3>Method Details</h3>
422422
&quot;trialPeriod&quot;: &quot;A String&quot;, # Trial period, specified in ISO 8601 format. Acceptable values are anything between P7D (seven days) and P999D (999 days).
423423
}
424424

425+
allowMissing: boolean, If set to true, and the in-app product with the given package_name and sku doesn&#x27;t exist, the in-app product will be created.
425426
autoConvertMissingPrices: boolean, If true the prices for all regions targeted by the parent app that don&#x27;t have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false.
426427
x__xgafv: string, V1 error format.
427428
Allowed values

googleapiclient/discovery_cache/documents/androidpublisher.v3.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1873,6 +1873,11 @@
18731873
"sku"
18741874
],
18751875
"parameters": {
1876+
"allowMissing": {
1877+
"description": "If set to true, and the in-app product with the given package_name and sku doesn't exist, the in-app product will be created.",
1878+
"location": "query",
1879+
"type": "boolean"
1880+
},
18761881
"autoConvertMissingPrices": {
18771882
"description": "If true the prices for all regions targeted by the parent app that don't have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false.",
18781883
"location": "query",
@@ -2676,7 +2681,7 @@
26762681
}
26772682
}
26782683
},
2679-
"revision": "20210724",
2684+
"revision": "20210728",
26802685
"rootUrl": "https://androidpublisher.googleapis.com/",
26812686
"schemas": {
26822687
"Apk": {

0 commit comments

Comments
 (0)