REST Resource: edits.testers
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Risorsa: tester
I tester di un'app. La risorsa per TestersService. Nota: sebbene nell'interfaccia utente di Play Console sia possibile aggiungere tester tramite mailing list, le mailing list non sono supportate da questa risorsa.
Rappresentazione JSON |
{
"googleGroups": [
string
]
} |
Campi |
googleGroups[] |
string
Tutti i gruppi Google di test, come indirizzi email.
|
Metodi |
|
Porta i tester. |
|
Tester delle patch. |
|
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 2025-05-21 UTC.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-05-21 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"]]