Method: edits.testers.patch
Testerzy poprawek. Uwaga: zasób Testers nie obsługuje list e-mail.
Żądanie HTTP
PATCH https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
packageName |
string
Nazwa pakietu aplikacji.
|
editId |
string
Identyfikator zmiany.
|
track |
string
Ścieżka do zaktualizowania.
|
Treść żądania
Treść żądania zawiera wystąpienie elementu Testers
.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu Testers
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/androidpublisher
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-12-17 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]