gogol-android-publisher-0.0.1: Google Play Developer SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.AndroidPublisher.Edits.Tracks.Update

Contents

Description

Updates the track configuration for the specified track type. When halted, the rollout track cannot be updated without adding new APKs, and adding new APKs will cause it to resume.

See: Google Play Developer API Reference for androidpublisher.edits.tracks.update.

Synopsis

REST Resource

type EditsTracksUpdateResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("tracks" :> (Capture "track" EditsTracksUpdateTrack :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Track :> Put `[JSON]` Track))))))))) Source

A resource alias for androidpublisher.edits.tracks.update method which the EditsTracksUpdate request conforms to.

Creating a Request

editsTracksUpdate Source

Creates a value of EditsTracksUpdate with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data EditsTracksUpdate Source

Updates the track configuration for the specified track type. When halted, the rollout track cannot be updated without adding new APKs, and adding new APKs will cause it to resume.

See: editsTracksUpdate smart constructor.

Request Lenses

etuTrack :: Lens' EditsTracksUpdate EditsTracksUpdateTrack Source

The track type to read or modify.

etuPackageName :: Lens' EditsTracksUpdate Text Source

Unique identifier for the Android app that is being updated; for example, "com.spiffygame".

etuPayload :: Lens' EditsTracksUpdate Track Source

Multipart request metadata.

etuEditId :: Lens' EditsTracksUpdate Text Source

Unique identifier for this edit.