Method: edits.tracks.update
בקשת HTTP
PUT https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
packageName |
string
שם החבילה של האפליקציה.
|
editId |
string
המזהה של העריכה.
|
track |
string
המזהה של הטראק. מידע נוסף על שם הטראק
|
גוף הבקשה
גוף הבקשה מכיל מופע של Track
.
גוף התשובה
אם הפעולה מצליחה, גוף התגובה מכיל מופע של Track
.
היקפי הרשאה
נדרש היקף הרשאות OAuth הבא:
https://www.googleapis.com/auth/androidpublisher
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-12-17 (שעון UTC).
[null,null,["עדכון אחרון: 2024-12-17 (שעון UTC)."],[[["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."]]],["This document outlines the process to update a track using a PUT HTTP request to the Android Publisher API. The request is made to a specific URL containing `packageName`, `editId`, and `track` as path parameters. The request body, containing a `Track` instance, is required, and a successful response also returns a `Track` instance. Authorization requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. A 'Try it!' section is also available.\n"]]