Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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
- type EditsTracksUpdateResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("tracks" :> (Capture "track" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Track :> Put '[JSON] Track)))))))))
- editsTracksUpdate :: Text -> Text -> Track -> Text -> EditsTracksUpdate
- data EditsTracksUpdate
- etuTrack :: Lens' EditsTracksUpdate Text
- etuPackageName :: Lens' EditsTracksUpdate Text
- etuPayload :: Lens' EditsTracksUpdate Track
- etuEditId :: Lens' EditsTracksUpdate Text
REST Resource
type EditsTracksUpdateResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("tracks" :> (Capture "track" Text :> (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
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.
Instances
Request Lenses
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.