Method: edits.testers.patch
Patch dei tester. Nota: la risorsa Tester non supporta le mailing list.
Richiesta HTTP
PATCH https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
packageName |
string
Nome del pacchetto dell'app.
|
editId |
string
Identificatore della modifica.
|
track |
string
Il canale da aggiornare.
|
Corpo della richiesta
Il corpo della richiesta contiene un'istanza di Testers
.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di Testers
.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/androidpublisher
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-12-17 UTC.
[null,null,["Ultimo aggiornamento 2024-12-17 UTC."],[[["Patches testers for a specific track within an app edit."],["Requires providing the package name, edit ID, and track name as path parameters."],["The request and response bodies utilize the Testers resource to define the tester group."],["Authorization is necessary using the `https://www.googleapis.com/auth/androidpublisher` OAuth scope."]]],["This document details how to patch testers for an Android application using the Android Publisher API. The core action is a `PATCH` HTTP request to a specific URL, including `packageName`, `editId`, and `track` as path parameters. The request and response bodies both utilize the `Testers` resource. Authorization requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. The testers resource does not support email lists. The path is utilizing a gRPC Transcoding syntax.\n"]]