REST Resource: edits.testers
Risorsa: tester
I tester di un'app. La risorsa per TestersService. Nota: anche se nell'interfaccia utente di Play Console è possibile aggiungere tester tramite elenchi email, questi ultimi non sono supportati da questa risorsa.
Rappresentazione JSON |
{
"googleGroups": [
string
]
} |
Campi |
googleGroups[] |
string
Tutti i gruppi Google di test, come indirizzi email.
|
Metodi |
|
Recupera i tester. |
|
Patch dei tester. |
|
Aggiorna i tester. |
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."],[[["The Testers resource manages app testers and utilizes Google Groups for organization, excluding email lists."],["Testers are represented in JSON format using an array of Google Group email addresses."],["Available methods for Testers include getting, patching, and updating tester information."]]],["Testers resource manages app testers, excluding email lists. It utilizes a JSON representation with a \"googleGroups\" field containing an array of testing Google Groups' email addresses. Key actions include retrieving testers via the `get` method, modifying them with `patch`, and completely changing them with `update`. All methods are applied to the `Testers` resource. The resource is part of the `TestersService` which is under the `edits` endpoint.\n"]]