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 an existing profile filter link. This method supports patch semantics.
See: Google Analytics API Reference for analytics.management.profileFilterLinks.patch
.
Synopsis
- type ManagementProFileFilterLinksPatchResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("profileFilterLinks" :> (Capture "linkId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ProFileFilterLink :> Patch '[JSON] ProFileFilterLink))))))))))))
- managementProFileFilterLinksPatch :: Text -> Text -> ProFileFilterLink -> Text -> Text -> ManagementProFileFilterLinksPatch
- data ManagementProFileFilterLinksPatch
- mpfflpWebPropertyId :: Lens' ManagementProFileFilterLinksPatch Text
- mpfflpProFileId :: Lens' ManagementProFileFilterLinksPatch Text
- mpfflpPayload :: Lens' ManagementProFileFilterLinksPatch ProFileFilterLink
- mpfflpAccountId :: Lens' ManagementProFileFilterLinksPatch Text
- mpfflpLinkId :: Lens' ManagementProFileFilterLinksPatch Text
REST Resource
type ManagementProFileFilterLinksPatchResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("profileFilterLinks" :> (Capture "linkId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ProFileFilterLink :> Patch '[JSON] ProFileFilterLink)))))))))))) Source #
A resource alias for analytics.management.profileFilterLinks.patch
method which the
ManagementProFileFilterLinksPatch
request conforms to.
Creating a Request
managementProFileFilterLinksPatch Source #
:: Text | |
-> Text | |
-> ProFileFilterLink | |
-> Text | |
-> Text | |
-> ManagementProFileFilterLinksPatch |
Creates a value of ManagementProFileFilterLinksPatch
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementProFileFilterLinksPatch Source #
Update an existing profile filter link. This method supports patch semantics.
See: managementProFileFilterLinksPatch
smart constructor.
Instances
Request Lenses
mpfflpWebPropertyId :: Lens' ManagementProFileFilterLinksPatch Text Source #
Web property Id to which profile filter link belongs
mpfflpProFileId :: Lens' ManagementProFileFilterLinksPatch Text Source #
Profile ID to which filter link belongs
mpfflpPayload :: Lens' ManagementProFileFilterLinksPatch ProFileFilterLink Source #
Multipart request metadata.
mpfflpAccountId :: Lens' ManagementProFileFilterLinksPatch Text Source #
Account ID to which profile filter link belongs.
mpfflpLinkId :: Lens' ManagementProFileFilterLinksPatch Text Source #
ID of the profile filter link to be updated.