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 content of a store page. This method supports patch semantics.
See: Google Play EMM API Reference for androidenterprise.storelayoutpages.patch
.
Synopsis
- type StorelayoutpagesPatchResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("storeLayout" :> ("pages" :> (Capture "pageId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] StorePage :> Patch '[JSON] StorePage))))))))
- storelayoutpagesPatch :: Text -> Text -> StorePage -> StorelayoutpagesPatch
- data StorelayoutpagesPatch
- spEnterpriseId :: Lens' StorelayoutpagesPatch Text
- spPageId :: Lens' StorelayoutpagesPatch Text
- spPayload :: Lens' StorelayoutpagesPatch StorePage
REST Resource
type StorelayoutpagesPatchResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("storeLayout" :> ("pages" :> (Capture "pageId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] StorePage :> Patch '[JSON] StorePage)))))))) Source #
A resource alias for androidenterprise.storelayoutpages.patch
method which the
StorelayoutpagesPatch
request conforms to.
Creating a Request
storelayoutpagesPatch Source #
Creates a value of StorelayoutpagesPatch
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data StorelayoutpagesPatch Source #
Updates the content of a store page. This method supports patch semantics.
See: storelayoutpagesPatch
smart constructor.
Instances
Request Lenses
spEnterpriseId :: Lens' StorelayoutpagesPatch Text Source #
The ID of the enterprise.