v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13184060.7 KB
projects

Distributes a release to testers. This call does the following: 1. Creates testers for the specified emails, if none exist. 2. Adds the testers and groups to the release. 3. Sends new testers an invitation email. 4. Sends existing testers a new release email. The request will fail with a INVALID_ARGUMENT if it contains a group that doesn't exist.

post/v1/{+name}:distribute

Path parameters

namestring required

Required. The name of the release resource to distribute. Format: projects/{project_number}/apps/{app}/releases/{release}

Request body

testerEmailsstring[]

Optional. A list of tester email addresses to be given access to this release. A combined maximum of 999 testerEmails and groupAliases can be specified in a single request.

groupAliasesstring[]

Optional. A list of group aliases (IDs) to be given access to this release. A combined maximum of 999 testerEmails and groupAliases can be specified in a single request.

Response

Successful response