Skip to content

Commit bcd1396

Browse files
feat(androidenterprise): update the api
#### androidenterprise:v1 The following keys were added: - schemas.AppVersion.properties.targetSdkVersion (Total Keys: 2)
1 parent 369842d commit bcd1396

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/dyn/androidenterprise_v1.products.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ <h3>Method Details</h3>
204204
&quot;appVersion&quot;: [ # App versions currently available for this product.
205205
{ # This represents a single version of the app.
206206
&quot;isProduction&quot;: True or False, # True if this version is a production APK.
207+
&quot;targetSdkVersion&quot;: 42, # The SDK version this app targets, as specified in the manifest of the APK. See http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
207208
&quot;track&quot;: &quot;A String&quot;, # Deprecated, use trackId instead.
208209
&quot;trackId&quot;: [ # Track ids that the app version is published in. Replaces the track field (deprecated), but doesn&#x27;t include the production track (see isProduction instead).
209210
&quot;A String&quot;,
@@ -392,6 +393,7 @@ <h3>Method Details</h3>
392393
&quot;appVersion&quot;: [ # App versions currently available for this product.
393394
{ # This represents a single version of the app.
394395
&quot;isProduction&quot;: True or False, # True if this version is a production APK.
396+
&quot;targetSdkVersion&quot;: 42, # The SDK version this app targets, as specified in the manifest of the APK. See http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
395397
&quot;track&quot;: &quot;A String&quot;, # Deprecated, use trackId instead.
396398
&quot;trackId&quot;: [ # Track ids that the app version is published in. Replaces the track field (deprecated), but doesn&#x27;t include the production track (see isProduction instead).
397399
&quot;A String&quot;,

googleapiclient/discovery_cache/documents/androidenterprise.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2649,7 +2649,7 @@
26492649
}
26502650
}
26512651
},
2652-
"revision": "20230708",
2652+
"revision": "20230716",
26532653
"rootUrl": "https://androidenterprise.googleapis.com/",
26542654
"schemas": {
26552655
"Administrator": {
@@ -2975,6 +2975,11 @@
29752975
"description": "True if this version is a production APK.",
29762976
"type": "boolean"
29772977
},
2978+
"targetSdkVersion": {
2979+
"description": "The SDK version this app targets, as specified in the manifest of the APK. See http://developer.android.com/guide/topics/manifest/uses-sdk-element.html",
2980+
"format": "int32",
2981+
"type": "integer"
2982+
},
29782983
"track": {
29792984
"description": "Deprecated, use trackId instead.",
29802985
"enum": [

0 commit comments

Comments
 (0)