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 app details for this edit. This method supports patch semantics.
See: Google Play Developer API Reference for androidpublisher.edits.details.patch
.
Synopsis
- type EditsDetailsPatchResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("details" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AppDetails :> Patch '[JSON] AppDetails))))))))
- editsDetailsPatch :: Text -> AppDetails -> Text -> EditsDetailsPatch
- data EditsDetailsPatch
- edpPackageName :: Lens' EditsDetailsPatch Text
- edpPayload :: Lens' EditsDetailsPatch AppDetails
- edpEditId :: Lens' EditsDetailsPatch Text
REST Resource
type EditsDetailsPatchResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("details" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AppDetails :> Patch '[JSON] AppDetails)))))))) Source #
A resource alias for androidpublisher.edits.details.patch
method which the
EditsDetailsPatch
request conforms to.
Creating a Request
Creates a value of EditsDetailsPatch
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EditsDetailsPatch Source #
Updates app details for this edit. This method supports patch semantics.
See: editsDetailsPatch
smart constructor.
Instances
Request Lenses
edpPackageName :: Lens' EditsDetailsPatch Text Source #
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
edpPayload :: Lens' EditsDetailsPatch AppDetails Source #
Multipart request metadata.