AI-generated Key Takeaways
-
Updates an existing track for a specific app within a designated edit using a PUT request.
-
Requires providing package name, edit ID, and track name as path parameters in the request URL.
-
The request and response body use the
Track
resource to define track details. -
https://www.googleapis.com/auth/androidpublisher
OAuth scope is necessary for authorization.
Updates a track.
HTTP request
PUT 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