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 |
Updates a GTM Folder.
See: Tag Manager API Reference for tagmanager.accounts.containers.workspaces.folders.update
.
Synopsis
- type AccountsContainersWorkspacesFoldersUpdateResource = "tagmanager" :> ("v2" :> (Capture "path" Text :> (QueryParam "fingerprint" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Folder :> Put '[JSON] Folder)))))
- accountsContainersWorkspacesFoldersUpdate :: Text -> Folder -> AccountsContainersWorkspacesFoldersUpdate
- data AccountsContainersWorkspacesFoldersUpdate
- acwfuPath :: Lens' AccountsContainersWorkspacesFoldersUpdate Text
- acwfuFingerprint :: Lens' AccountsContainersWorkspacesFoldersUpdate (Maybe Text)
- acwfuPayload :: Lens' AccountsContainersWorkspacesFoldersUpdate Folder
REST Resource
type AccountsContainersWorkspacesFoldersUpdateResource = "tagmanager" :> ("v2" :> (Capture "path" Text :> (QueryParam "fingerprint" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Folder :> Put '[JSON] Folder))))) Source #
A resource alias for tagmanager.accounts.containers.workspaces.folders.update
method which the
AccountsContainersWorkspacesFoldersUpdate
request conforms to.
Creating a Request
accountsContainersWorkspacesFoldersUpdate Source #
Creates a value of AccountsContainersWorkspacesFoldersUpdate
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsContainersWorkspacesFoldersUpdate Source #
Updates a GTM Folder.
See: accountsContainersWorkspacesFoldersUpdate
smart constructor.
Instances
Request Lenses
acwfuPath :: Lens' AccountsContainersWorkspacesFoldersUpdate Text Source #
GTM Folder's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id}
acwfuFingerprint :: Lens' AccountsContainersWorkspacesFoldersUpdate (Maybe Text) Source #
When provided, this fingerprint must match the fingerprint of the folder in storage.
acwfuPayload :: Lens' AccountsContainersWorkspacesFoldersUpdate Folder Source #
Multipart request metadata.