Method: edits.testers.patchStay organized with collectionsSave and categorize content based on your preferences.
AI-generated Key Takeaways
The endpointPATCH https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}is used to patch testers for a specific track of an application edit.
The request requires path parameters for the package name, edit ID, and track.
Both the request and response bodies contain an instance of the Testers resource.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-21 UTC."],[],["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"]]