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 |
Modify the list of owners for your website or domain. This method supports patch semantics.
See: Google Site Verification API Reference for siteVerification.webResource.patch
.
Synopsis
- type WebResourcePatchResource = "siteVerification" :> ("v1" :> ("webResource" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] SiteVerificationWebResourceResource :> Patch '[JSON] SiteVerificationWebResourceResource)))))
- webResourcePatch :: SiteVerificationWebResourceResource -> Text -> WebResourcePatch
- data WebResourcePatch
- wrpPayload :: Lens' WebResourcePatch SiteVerificationWebResourceResource
- wrpId :: Lens' WebResourcePatch Text
REST Resource
type WebResourcePatchResource = "siteVerification" :> ("v1" :> ("webResource" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] SiteVerificationWebResourceResource :> Patch '[JSON] SiteVerificationWebResourceResource))))) Source #
A resource alias for siteVerification.webResource.patch
method which the
WebResourcePatch
request conforms to.
Creating a Request
Creates a value of WebResourcePatch
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data WebResourcePatch Source #
Modify the list of owners for your website or domain. This method supports patch semantics.
See: webResourcePatch
smart constructor.
Instances
Request Lenses
wrpPayload :: Lens' WebResourcePatch SiteVerificationWebResourceResource Source #
Multipart request metadata.