Description
:
Required. The parent track, which owns this collection of releases. Format: applications/{package_name}/tracks/{track}
Pattern
:
^applications/[^/]+/tracks/[^/]+$
Type
:
string
Description
:
Returns the list of all releases for a given track. This excludes any releases that are obsolete.
Updates
Methods
▼▲
androidpublisher.edits.commit
Parameters
:
changesInReviewBehavior
Location
:
query
Enum Descriptions
:
The behavior is not specified.
The changes in review will be canceled, and the new changes will be sent for review. Thus resetting the review process.
The commit will fail with an error if there are changes in review. If the edit doesn't result in a new submission being created then it won't throw an error even if there are changes in review.
Enum
:
CHANGES_IN_REVIEW_BEHAVIOR_TYPE_UNSPECIFIED
CANCEL_IN_REVIEW_AND_SUBMIT
ERROR_IF_IN_REVIEW
Description
:
Optional. The behavior of committing a new edit while changes are already in review.