Method: edits.testers.update
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Aktualizacje testerów. Uwaga: zasób Testerzy nie obsługuje list e-mailowych.
Żądanie HTTP
PUT 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: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eUpdate testers for a specific track within an app edit using the provided HTTP request.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires the package name, edit ID, and track as path parameters.\u003c/p\u003e\n"],["\u003cp\u003eTesters resource is defined within a request and response body of type "Testers".\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/androidpublisher\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This document outlines the process for updating testers within an Android app using a PUT request. The core action is sending a `PUT` request to a specified URL, including `packageName`, `editId`, and `track` as path parameters. The request body should contain `Testers` data, and a successful response will also return `Testers`. This operation requires OAuth authorization with the `https://www.googleapis.com/auth/androidpublisher` scope. This functionality does not support updating email lists.\n"],null,["# Method: edits.testers.update\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nUpdates testers. Note: Testers resource does not support email lists.\n\n### HTTP request\n\n`PUT https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|---------------|-----------------------------------|\n| `packageName` | `string` Package name of the app. |\n| `editId` | `string` Identifier of the edit. |\n| `track` | `string` The track to update. |\n\n### Request body\n\nThe request body contains an instance of [Testers](/android-publisher/api-ref/rest/v3/edits.testers#Testers).\n\n### Response body\n\nIf successful, the response body contains an instance of [Testers](/android-publisher/api-ref/rest/v3/edits.testers#Testers).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/androidpublisher`"]]