workspace_resolve_conflict
Resolve merge conflicts in a GTM workspace by overwriting with the complete entity body; confirmation required.
Instructions
Resolve a merge conflict for a workspace entity. You must supply the full entity body to write into the workspace (overwriting the conflict). NOTE: This is a complex operation — review the GTM UI conflict resolution first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | The GTM account ID. | |
| containerId | Yes | The GTM container ID. | |
| workspaceId | Yes | The GTM workspace ID. | |
| fingerprint | Yes | The workspace fingerprint at the time of conflict resolution. | |
| entityJson | Yes | JSON string of the full entity (tag/trigger/variable/folder) to use as the resolved version. | |
| confirm | Yes | Must be true to confirm this write operation. |