| 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 |
Network.Google.Resource.MapsEngine.Maps.Patch
Description
Mutate a map asset.
See: Google Maps Engine API Reference for mapsengine.maps.patch.
REST Resource
type MapsPatchResource = "mapsengine" :> ("v1" :> ("maps" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Map :> Patch '[JSON] ()))))) Source #
A resource alias for mapsengine.maps.patch method which the
MapsPatch request conforms to.
Creating a Request
Mutate a map asset.
See: mapsPatch smart constructor.