gogol-analytics-0.0.1: Google Analytics 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.Analytics.Management.WebProperties.Patch

Contents

Description

Updates an existing web property. This method supports patch semantics.

See: Google Analytics API Reference for analytics.management.webproperties.patch.

Synopsis

REST Resource

type ManagementWebPropertiesPatchResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` WebProperty :> Patch `[JSON]` WebProperty)))))))) Source

A resource alias for analytics.management.webproperties.patch method which the ManagementWebPropertiesPatch request conforms to.

Creating a Request

managementWebPropertiesPatch Source

Creates a value of ManagementWebPropertiesPatch with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

mwppAccountId :: Lens' ManagementWebPropertiesPatch Text Source

Account ID to which the web property belongs