Update Account
update_accountModify a Google Tag Manager account's settings by providing the account ID and updated fields. Pass a fingerprint to prevent overwriting concurrent changes.
Instructions
Update a Tag Manager account's settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Account resource with the fields to change, e.g. {"name": "Acme Inc", "shareData": false}. | |
| account_id | Yes | Numeric Tag Manager account ID. | |
| fingerprint | No | Fingerprint from a previous read. When given, the update fails if the account changed in the meantime. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||