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.Filters.Patch

Contents

Description

Updates an existing filter. This method supports patch semantics.

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

Synopsis

REST Resource

type ManagementFiltersPatchResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("filters" :> (Capture "filterId" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Filter :> Patch `[JSON]` Filter)))))))) Source

A resource alias for analytics.management.filters.patch method which the ManagementFiltersPatch request conforms to.

Creating a Request

managementFiltersPatch Source

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

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

Request Lenses

mfpFilterId :: Lens' ManagementFiltersPatch Text Source

ID of the filter to be updated.

mfpPayload :: Lens' ManagementFiltersPatch Filter Source

Multipart request metadata.

mfpAccountId :: Lens' ManagementFiltersPatch Text Source

Account ID to which the filter belongs.