gogol-siteverification-0.0.1: Google Site Verification SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.SiteVerification.WebResource.Patch

Contents

Description

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

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

webResourcePatch Source

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:

Request Lenses

wrpId :: Lens' WebResourcePatch Text Source

The id of a verified site or domain.