gtm_update_entity
Modify existing Google Tag Manager entities by defining only the fields to change. Reads current settings, merges your updates, and replaces the entity, supporting JSON parameters and optional dry-run confirmation.
Instructions
Update an entity by merging updates into its current body.
The API replaces the whole object on update, so this reads the entity first
and merges, rather than making you resend every field. Pass parameters as a
plain dict inside updates to replace the parameter list; anything else is set
as a top-level field.
Example updates: {"name": "New name", "paused": true}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| updates | Yes | ||
| entity_id | Yes | ||
| account_id | No | ||
| entity_type | Yes | ||
| container_id | No | ||
| workspace_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |