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 |
Update a circle's description. This method supports patch semantics.
See: Google+ Domains API Reference for plusDomains.circles.patch
.
Synopsis
- type CirclesPatchResource = "plusDomains" :> ("v1" :> ("circles" :> (Capture "circleId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Circle :> Patch '[JSON] Circle)))))
- circlesPatch :: Circle -> Text -> CirclesPatch
- data CirclesPatch
- cpPayload :: Lens' CirclesPatch Circle
- cpCircleId :: Lens' CirclesPatch Text
REST Resource
type CirclesPatchResource = "plusDomains" :> ("v1" :> ("circles" :> (Capture "circleId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Circle :> Patch '[JSON] Circle))))) Source #
A resource alias for plusDomains.circles.patch
method which the
CirclesPatch
request conforms to.
Creating a Request
Creates a value of CirclesPatch
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data CirclesPatch Source #
Update a circle's description. This method supports patch semantics.
See: circlesPatch
smart constructor.
Instances
Request Lenses
cpCircleId :: Lens' CirclesPatch Text Source #
The ID of the circle to update.