Update Transformation
update_transformationReplace an existing GTM transformation with an updated version. Read it first, apply edits, and send the complete resource to avoid clearing omitted fields.
Instructions
Update a transformation in a workspace.
The transformation you send replaces the stored one, so read it with get_transformation first and send the whole thing back with your edits applied. Omitted fields are cleared, not preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Numeric Tag Manager account ID. | |
| fingerprint | No | Fingerprint from a previous read. When given, the update fails if the transformation changed in the meantime. | |
| container_id | Yes | Numeric container ID. | |
| workspace_id | Yes | Numeric workspace ID. | |
| transformation | Yes | Complete Transformation resource. | |
| transformation_id | Yes | Numeric transformation ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||