v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13136338403.5 KB
edits

Creates a new track.

post/androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks

Path parameters

packageNamestring required

Required. Package name of the app.

editIdstring required

Required. Identifier of the edit.

Request body

formFactor'FORM_FACTOR_UNSPECIFIED' | 'DEFAULT' | 'WEAR' | 'AUTOMOTIVE'

Required. Form factor of the new track. Defaults to the default track.

trackstring

Required. Identifier of the new track. For default tracks, this field consists of the track alias only. Form factor tracks have a special prefix as an identifier, for example wear:production, automotive:production. This prefix must match the value of the form_factor field, if it is not a default track. More on track name

type'TRACK_TYPE_UNSPECIFIED' | 'CLOSED_TESTING'

Required. Type of the new track. Currently, the only supported value is closedTesting.

Response

Successful response