Skip to content

Commit d185db5

Browse files
yoshi-automationsofisl
authored andcommittedMar 19, 2025
fix(androidpublisher): update the API
#### androidpublisher:v3 The following keys were changed: - resources.edits.methods.commit.parameters.changesNotSentForReview.description
1 parent 248f8d1 commit d185db5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

Diff for: ‎discovery/androidpublisher-v3.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@
419419
],
420420
"parameters": {
421421
"changesNotSentForReview": {
422-
"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.",
422+
"description": "When a rejection happens, the parameter will make sure that the changes in this edit won't be reviewed until they are explicitly sent for review from within the Google Play Console UI. These changes will be added to any other changes that are not yet sent for review.",
423423
"location": "query",
424424
"type": "boolean"
425425
},
@@ -4732,7 +4732,7 @@
47324732
}
47334733
}
47344734
},
4735-
"revision": "20250227",
4735+
"revision": "20250318",
47364736
"rootUrl": "https://androidpublisher.googleapis.com/",
47374737
"schemas": {
47384738
"Abi": {

Diff for: ‎src/apis/androidpublisher/v3.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5362,7 +5362,7 @@ export namespace androidpublisher_v3 {
53625362

53635363
export interface Params$Resource$Edits$Commit extends StandardParameters {
53645364
/**
5365-
* 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.
5365+
* When a rejection happens, the parameter will make sure that the changes in this edit won't be reviewed until they are explicitly sent for review from within the Google Play Console UI. These changes will be added to any other changes that are not yet sent for review.
53665366
*/
53675367
changesNotSentForReview?: boolean;
53685368
/**

0 commit comments

Comments
 (0)
Please sign in to comment.