AI-generated Key Takeaways
-
This operation patches (updates) a specific track for an Android app within a Google Play Developer account.
-
The request requires specifying the package name, edit ID, and track identifier as path parameters.
-
Both the request and response bodies utilize the
Track
object to define track information. -
Authorization is necessary using the
androidpublisher
OAuth scope.
Patches a track.
HTTP request
PATCH https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
packageName |
Package name of the app. |
editId |
Identifier of the edit. |
track |
Identifier of the track. |
Request body
The request body contains an instance of Track
.
Response body
If successful, the response body contains an instance of Track
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher