For a list of methods for this resource, see the end of this page.
Resource representations
{ "track": string, "releases": [ { "name": string, "versionCodes": [ long ], "userFraction": double, "releaseNotes": [ { "language": string, "text": string } ], "status": string } ] }
Property name | Value | Description | Notes |
---|---|---|---|
releases[] |
list |
A list of all active releases in this track during a read request. On an update request, it represents desired changes. | |
releases[].name |
string |
The release name, used to identify this release in the Play Console UI. Not required to be unique. This is optional, if not set it will be generated from the version_name in the APKs. | |
releases[].releaseNotes[] |
list |
The description of what is new in the app in this release. | |
releases[].releaseNotes[].language |
string |
The language code, in BCP 47 format (eg "en-US"). | |
releases[].releaseNotes[].text |
string |
The text in the given `language`. | |
releases[].status |
string |
The desired status of this release.
Acceptable values are:
|
|
releases[].userFraction |
double |
Fraction of users who are eligible to receive the release. 0 <= fraction < 1. To be set, release status must be "inProgress" or "halted". | |
releases[].versionCodes[] |
list |
A list of all version codes of APKs that will be exposed to the users of this track when this release is rolled out. Note that this list should contain all versions you wish to be active, including those you wish to retain from previous releases. | |
track |
string |
Identifier for this track. One of "alpha", "beta", "production", "rollout" or "internal". |
Methods
- get
- Fetches the track configuration for the specified track type. Includes the APK version codes that are in this track.
- list
- Lists all the track configurations for this edit.
- patch
- Updates the track configuration for the specified track type. When halted, the rollout track cannot be updated without adding new APKs, and adding new APKs will cause it to resume. This method supports patch semantics.
- update
- Updates the track configuration for the specified track type. When halted, the rollout track cannot be updated without adding new APKs, and adding new APKs will cause it to resume.