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.ExpansionFiles.Patch

Contents

Description

Updates the APK's Expansion File configuration to reference another APK's Expansion Files. To add a new Expansion File use the Upload method. This method supports patch semantics.

See: Google Play Developer API Reference for androidpublisher.edits.expansionfiles.patch.

Synopsis

REST Resource

type EditsExpansionFilesPatchResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (Capture "apkVersionCode" (Textual Int32) :> ("expansionFiles" :> (Capture "expansionFileType" EditsExpansionFilesPatchExpansionFileType :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` ExpansionFile :> Patch `[JSON]` ExpansionFile))))))))))) Source

A resource alias for androidpublisher.edits.expansionfiles.patch method which the EditsExpansionFilesPatch request conforms to.

Creating a Request

data EditsExpansionFilesPatch Source

Updates the APK's Expansion File configuration to reference another APK's Expansion Files. To add a new Expansion File use the Upload method. This method supports patch semantics.

See: editsExpansionFilesPatch smart constructor.

Request Lenses

eefpPackageName :: Lens' EditsExpansionFilesPatch Text Source

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

eefpAPKVersionCode :: Lens' EditsExpansionFilesPatch Int32 Source

The version code of the APK whose Expansion File configuration is being read or modified.

eefpEditId :: Lens' EditsExpansionFilesPatch Text Source

Unique identifier for this edit.