tracks_create
Create a custom closed-testing track for an Android app by specifying package name, edit ID, and track ID. Sets a new track ID on the server for managed pre-release testing.
Instructions
Create a brand-new custom closed-testing track. The new id is set on the server. Type can only be closedTesting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Android application package name, e.g. com.example.app | |
| editId | Yes | Edit id returned by `edits_insert` — required for all edits.* writes | |
| trackConfigurations | No | ||
| track | Yes | Id of the new track | |
| type | No |