Requires authorization
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.
Request
HTTP request
PATCH https://www.googleapis.com/androidpublisher/v2/applications/packageName/edits/editId/tracks/track
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
editId |
string |
Unique identifier for this edit. |
packageName |
string |
Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
track |
string |
The track to read or modify. Acceptable values are: "alpha", "beta", "production", "rollout" or "internal". |
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/androidpublisher |
Request body
In the request body, supply the relevant portions of an Edits.tracks resource, according to the rules of patch semantics.
Response
If successful, this method returns an Edits.tracks resource in the response body.