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 |
Resolves a merge conflict for a workspace entity by updating it to the resolved entity passed in the request.
See: Tag Manager API Reference for tagmanager.accounts.containers.workspaces.resolve_conflict
.
Synopsis
- type AccountsContainersWorkspacesResolveConflictResource = "tagmanager" :> ("v2" :> (CaptureMode "path" "resolve_conflict" Text :> (QueryParam "fingerprint" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Entity :> Post '[JSON] ())))))
- accountsContainersWorkspacesResolveConflict :: Text -> Entity -> AccountsContainersWorkspacesResolveConflict
- data AccountsContainersWorkspacesResolveConflict
- acwrcPath :: Lens' AccountsContainersWorkspacesResolveConflict Text
- acwrcFingerprint :: Lens' AccountsContainersWorkspacesResolveConflict (Maybe Text)
- acwrcPayload :: Lens' AccountsContainersWorkspacesResolveConflict Entity
REST Resource
type AccountsContainersWorkspacesResolveConflictResource = "tagmanager" :> ("v2" :> (CaptureMode "path" "resolve_conflict" Text :> (QueryParam "fingerprint" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Entity :> Post '[JSON] ()))))) Source #
A resource alias for tagmanager.accounts.containers.workspaces.resolve_conflict
method which the
AccountsContainersWorkspacesResolveConflict
request conforms to.
Creating a Request
accountsContainersWorkspacesResolveConflict Source #
Creates a value of AccountsContainersWorkspacesResolveConflict
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsContainersWorkspacesResolveConflict Source #
Resolves a merge conflict for a workspace entity by updating it to the resolved entity passed in the request.
See: accountsContainersWorkspacesResolveConflict
smart constructor.
Instances
Request Lenses
acwrcPath :: Lens' AccountsContainersWorkspacesResolveConflict Text Source #
GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}
acwrcFingerprint :: Lens' AccountsContainersWorkspacesResolveConflict (Maybe Text) Source #
When provided, this fingerprint must match the fingerprint of the entity_in_workspace in the merge conflict.
acwrcPayload :: Lens' AccountsContainersWorkspacesResolveConflict Entity Source #
Multipart request metadata.