openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 76.5 kB
JSON
{"openapi":"3.0.0","info":{"contact":{"name":"Google","url":"https://google.com"},"description":"Accesses Tag Manager accounts and containers.","title":"Tag Manager","version":"v1","x-apiClientRegistration":{"url":"https://console.developers.google.com"},"x-apisguru-categories":["analytics"],"x-logo":{"url":"https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"},"x-origin":[{"converter":{"url":"https://github.com/lucybot/api-spec-converter","version":"2.7.18"},"format":"google","url":"https://www.googleapis.com/discovery/v1/apis/tagmanager/v1/rest","version":"v1"}],"x-preferred":true,"x-providerName":"googleapis.com","x-serviceName":"tagmanager"},"externalDocs":{"url":"https://developers.google.com/tag-manager/api/v1/"},"tags":[{"name":"accounts"}],"paths":{"/accounts":{"get":{"description":"Lists all GTM Accounts that a user has access to.","operationId":"tagmanager.accounts.list","responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListAccountsResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.manage.accounts"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.readonly"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}]},"/accounts/{accountId}":{"get":{"description":"Gets a GTM Account.","operationId":"tagmanager.accounts.get","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Account"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.manage.accounts"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.readonly"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"put":{"description":"Updates a GTM Account.","operationId":"tagmanager.accounts.update","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"When provided, this fingerprint must match the fingerprint of the account in storage.","in":"query","name":"fingerprint","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Account"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Account"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.manage.accounts"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers":{"get":{"description":"Lists all Containers that belongs to a GTM Account.","operationId":"tagmanager.accounts.containers.list","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListContainersResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.readonly"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"post":{"description":"Creates a Container.","operationId":"tagmanager.accounts.containers.create","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Container"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Container"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers/{containerId}":{"delete":{"description":"Deletes a Container.","operationId":"tagmanager.accounts.containers.delete","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.delete.containers"]}],"tags":["accounts"]},"get":{"description":"Gets a Container.","operationId":"tagmanager.accounts.containers.get","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Container"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.readonly"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"put":{"description":"Updates a Container.","operationId":"tagmanager.accounts.containers.update","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"When provided, this fingerprint must match the fingerprint of the container in storage.","in":"query","name":"fingerprint","schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Container"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Container"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers/{containerId}/environments":{"get":{"description":"Lists all GTM Environments of a GTM Container.","operationId":"tagmanager.accounts.containers.environments.list","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListEnvironmentsResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.readonly"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"post":{"description":"Creates a GTM Environment.","operationId":"tagmanager.accounts.containers.environments.create","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Environment"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Environment"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers/{containerId}/environments/{environmentId}":{"delete":{"description":"Deletes a GTM Environment.","operationId":"tagmanager.accounts.containers.environments.delete","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Environment ID.","in":"path","name":"environmentId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]},"get":{"description":"Gets a GTM Environment.","operationId":"tagmanager.accounts.containers.environments.get","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Environment ID.","in":"path","name":"environmentId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Environment"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.readonly"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"patch":{"description":"Updates a GTM Environment. This method supports patch semantics.","operationId":"tagmanager.accounts.containers.environments.patch","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Environment ID.","in":"path","name":"environmentId","required":true,"schema":{"type":"string"}},{"description":"When provided, this fingerprint must match the fingerprint of the environment in storage.","in":"query","name":"fingerprint","schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Environment"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Environment"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]},"put":{"description":"Updates a GTM Environment.","operationId":"tagmanager.accounts.containers.environments.update","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Environment ID.","in":"path","name":"environmentId","required":true,"schema":{"type":"string"}},{"description":"When provided, this fingerprint must match the fingerprint of the environment in storage.","in":"query","name":"fingerprint","schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Environment"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Environment"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers/{containerId}/folders":{"get":{"description":"Lists all GTM Folders of a Container.","operationId":"tagmanager.accounts.containers.folders.list","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListFoldersResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.readonly"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"post":{"description":"Creates a GTM Folder.","operationId":"tagmanager.accounts.containers.folders.create","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Folder"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Folder"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers/{containerId}/folders/{folderId}":{"delete":{"description":"Deletes a GTM Folder.","operationId":"tagmanager.accounts.containers.folders.delete","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Folder ID.","in":"path","name":"folderId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]},"get":{"description":"Gets a GTM Folder.","operationId":"tagmanager.accounts.containers.folders.get","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Folder ID.","in":"path","name":"folderId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Folder"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.readonly"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"put":{"description":"Updates a GTM Folder.","operationId":"tagmanager.accounts.containers.folders.update","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"When provided, this fingerprint must match the fingerprint of the folder in storage.","in":"query","name":"fingerprint","schema":{"type":"string"}},{"description":"The GTM Folder ID.","in":"path","name":"folderId","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Folder"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Folder"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers/{containerId}/folders/{folderId}/entities":{"get":{"description":"List all entities in a GTM Folder.","operationId":"tagmanager.accounts.containers.folders.entities.list","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Folder ID.","in":"path","name":"folderId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FolderEntities"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.readonly"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}]},"/accounts/{accountId}/containers/{containerId}/move_folders/{folderId}":{"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"put":{"description":"Moves entities to a GTM Folder.","operationId":"tagmanager.accounts.containers.move_folders.update","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Folder ID.","in":"path","name":"folderId","required":true,"schema":{"type":"string"}},{"description":"The tags to be moved to the folder.","in":"query","name":"tagId","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"description":"The triggers to be moved to the folder.","in":"query","name":"triggerId","explode":true,"schema":{"type":"array","items":{"type":"string"}}},{"description":"The variables to be moved to the folder.","in":"query","name":"variableId","explode":true,"schema":{"type":"array","items":{"type":"string"}}}],"requestBody":{"$ref":"#/components/requestBodies/Folder"},"responses":{"200":{"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers/{containerId}/reauthorize_environments/{environmentId}":{"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"put":{"description":"Re-generates the authorization code for a GTM Environment.","operationId":"tagmanager.accounts.containers.reauthorize_environments.update","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Environment ID.","in":"path","name":"environmentId","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Environment"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Environment"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.publish"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers/{containerId}/tags":{"get":{"description":"Lists all GTM Tags of a Container.","operationId":"tagmanager.accounts.containers.tags.list","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListTagsResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.readonly"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"post":{"description":"Creates a GTM Tag.","operationId":"tagmanager.accounts.containers.tags.create","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Tag"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Tag"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers/{containerId}/tags/{tagId}":{"delete":{"description":"Deletes a GTM Tag.","operationId":"tagmanager.accounts.containers.tags.delete","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Tag ID.","in":"path","name":"tagId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]},"get":{"description":"Gets a GTM Tag.","operationId":"tagmanager.accounts.containers.tags.get","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Tag ID.","in":"path","name":"tagId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Tag"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.readonly"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"put":{"description":"Updates a GTM Tag.","operationId":"tagmanager.accounts.containers.tags.update","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"When provided, this fingerprint must match the fingerprint of the tag in storage.","in":"query","name":"fingerprint","schema":{"type":"string"}},{"description":"The GTM Tag ID.","in":"path","name":"tagId","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Tag"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Tag"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers/{containerId}/triggers":{"get":{"description":"Lists all GTM Triggers of a Container.","operationId":"tagmanager.accounts.containers.triggers.list","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListTriggersResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.readonly"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"post":{"description":"Creates a GTM Trigger.","operationId":"tagmanager.accounts.containers.triggers.create","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Trigger"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Trigger"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers/{containerId}/triggers/{triggerId}":{"delete":{"description":"Deletes a GTM Trigger.","operationId":"tagmanager.accounts.containers.triggers.delete","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Trigger ID.","in":"path","name":"triggerId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]},"get":{"description":"Gets a GTM Trigger.","operationId":"tagmanager.accounts.containers.triggers.get","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Trigger ID.","in":"path","name":"triggerId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Trigger"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.readonly"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"put":{"description":"Updates a GTM Trigger.","operationId":"tagmanager.accounts.containers.triggers.update","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"When provided, this fingerprint must match the fingerprint of the trigger in storage.","in":"query","name":"fingerprint","schema":{"type":"string"}},{"description":"The GTM Trigger ID.","in":"path","name":"triggerId","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Trigger"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Trigger"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers/{containerId}/variables":{"get":{"description":"Lists all GTM Variables of a Container.","operationId":"tagmanager.accounts.containers.variables.list","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListVariablesResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.readonly"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"post":{"description":"Creates a GTM Variable.","operationId":"tagmanager.accounts.containers.variables.create","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Variable"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Variable"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers/{containerId}/variables/{variableId}":{"delete":{"description":"Deletes a GTM Variable.","operationId":"tagmanager.accounts.containers.variables.delete","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Variable ID.","in":"path","name":"variableId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]},"get":{"description":"Gets a GTM Variable.","operationId":"tagmanager.accounts.containers.variables.get","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Variable ID.","in":"path","name":"variableId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Variable"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.readonly"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"put":{"description":"Updates a GTM Variable.","operationId":"tagmanager.accounts.containers.variables.update","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"When provided, this fingerprint must match the fingerprint of the variable in storage.","in":"query","name":"fingerprint","schema":{"type":"string"}},{"description":"The GTM Variable ID.","in":"path","name":"variableId","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Variable"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Variable"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers/{containerId}/versions":{"get":{"description":"Lists all Container Versions of a GTM Container.","operationId":"tagmanager.accounts.containers.versions.list","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"Retrieve headers only when true.","in":"query","name":"headers","schema":{"type":"boolean","default":false}},{"description":"Also retrieve deleted (archived) versions when true.","in":"query","name":"includeDeleted","schema":{"type":"boolean","default":false}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListContainerVersionsResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containerversions"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.readonly"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"post":{"description":"Creates a Container Version.","operationId":"tagmanager.accounts.containers.versions.create","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateContainerVersionRequestVersionOptions"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreateContainerVersionResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containerversions"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}":{"delete":{"description":"Deletes a Container Version.","operationId":"tagmanager.accounts.containers.versions.delete","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container Version ID.","in":"path","name":"containerVersionId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containerversions"]}],"tags":["accounts"]},"get":{"description":"Gets a Container Version.","operationId":"tagmanager.accounts.containers.versions.get","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container Version ID. Specify published to retrieve the currently published version.","in":"path","name":"containerVersionId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ContainerVersion"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containerversions"]},{"Oauth2":["https://www.googleapis.com/auth/tagmanager.readonly"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"put":{"description":"Updates a Container Version.","operationId":"tagmanager.accounts.containers.versions.update","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container Version ID.","in":"path","name":"containerVersionId","required":true,"schema":{"type":"string"}},{"description":"When provided, this fingerprint must match the fingerprint of the container version in storage.","in":"query","name":"fingerprint","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContainerVersion"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ContainerVersion"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containerversions"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/publish":{"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"post":{"description":"Publishes a Container Version.","operationId":"tagmanager.accounts.containers.versions.publish","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container Version ID.","in":"path","name":"containerVersionId","required":true,"schema":{"type":"string"}},{"description":"When provided, this fingerprint must match the fingerprint of the container version in storage.","in":"query","name":"fingerprint","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PublishContainerVersionResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.publish"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/restore":{"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"post":{"description":"Restores a Container Version. This will overwrite the container's current configuration (including its variables, triggers and tags). The operation will not have any effect on the version that is being served (i.e. the published version).","operationId":"tagmanager.accounts.containers.versions.restore","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container Version ID.","in":"path","name":"containerVersionId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ContainerVersion"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containers"]}],"tags":["accounts"]}},"/accounts/{accountId}/containers/{containerId}/versions/{containerVersionId}/undelete":{"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"post":{"description":"Undeletes a Container Version.","operationId":"tagmanager.accounts.containers.versions.undelete","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container ID.","in":"path","name":"containerId","required":true,"schema":{"type":"string"}},{"description":"The GTM Container Version ID.","in":"path","name":"containerVersionId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ContainerVersion"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.edit.containerversions"]}],"tags":["accounts"]}},"/accounts/{accountId}/permissions":{"get":{"description":"List all users that have access to the account along with Account and Container Permissions granted to each of them.","operationId":"tagmanager.accounts.permissions.list","parameters":[{"description":"The GTM Account ID. @required tagmanager.accounts.permissions.list","in":"path","name":"accountId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListAccountUsersResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.manage.users"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"post":{"description":"Creates a user's Account & Container Permissions.","operationId":"tagmanager.accounts.permissions.create","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/UserAccess"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UserAccess"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.manage.users"]}],"tags":["accounts"]}},"/accounts/{accountId}/permissions/{permissionId}":{"delete":{"description":"Removes a user from the account, revoking access to it and all of its containers.","operationId":"tagmanager.accounts.permissions.delete","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM User ID.","in":"path","name":"permissionId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.manage.users"]}],"tags":["accounts"]},"get":{"description":"Gets a user's Account & Container Permissions.","operationId":"tagmanager.accounts.permissions.get","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM User ID.","in":"path","name":"permissionId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UserAccess"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.manage.users"]}],"tags":["accounts"]},"parameters":[{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/userIp"}],"put":{"description":"Updates a user's Account & Container Permissions.","operationId":"tagmanager.accounts.permissions.update","parameters":[{"description":"The GTM Account ID.","in":"path","name":"accountId","required":true,"schema":{"type":"string"}},{"description":"The GTM User ID.","in":"path","name":"permissionId","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/UserAccess"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UserAccess"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/tagmanager.manage.users"]}],"tags":["accounts"]}}},"servers":[{"url":"https://www.googleapis.com/tagmanager/v1"}],"components":{"parameters":{"alt":{"description":"Data format for the response.","in":"query","name":"alt","schema":{"type":"string","enum":["json"],"default":"json"}},"fields":{"description":"Selector specifying which fields to include in a partial response.","in":"query","name":"fields","schema":{"type":"string"}},"key":{"description":"API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.","in":"query","name":"key","schema":{"type":"string"}},"oauth_token":{"description":"OAuth 2.0 token for the current user.","in":"query","name":"oauth_token","schema":{"type":"string"}},"prettyPrint":{"description":"Returns response with indentations and line breaks.","in":"query","name":"prettyPrint","schema":{"type":"boolean","default":true}},"quotaUser":{"description":"An opaque string that represents a user for quota purposes. Must not exceed 40 characters.","in":"query","name":"quotaUser","schema":{"type":"string"}},"userIp":{"description":"Deprecated. Please use quotaUser instead.","in":"query","name":"userIp","schema":{"type":"string"}}},"requestBodies":{"Tag":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Tag"}}}},"UserAccess":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserAccess"}}}},"Trigger":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Trigger"}}}},"Folder":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Folder"}}}},"Container":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Container"}}}},"Environment":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Environment"}}}},"Variable":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Variable"}}}}},"securitySchemes":{"Oauth2":{"description":"Oauth 2.0 authentication","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://accounts.google.com/o/oauth2/auth","scopes":{"https://www.googleapis.com/auth/tagmanager.delete.containers":"Delete your Google Tag Manager containers","https://www.googleapis.com/auth/tagmanager.edit.containers":"Manage your Google Tag Manager container and its subcomponents, excluding versioning and publishing","https://www.googleapis.com/auth/tagmanager.edit.containerversions":"Manage your Google Tag Manager container versions","https://www.googleapis.com/auth/tagmanager.manage.accounts":"View and manage your Google Tag Manager accounts","https://www.googleapis.com/auth/tagmanager.manage.users":"Manage user permissions of your Google Tag Manager account and container","https://www.googleapis.com/auth/tagmanager.publish":"Publish your Google Tag Manager container versions","https://www.googleapis.com/auth/tagmanager.readonly":"View your Google Tag Manager container and its subcomponents"}}}}},"schemas":{"Account":{"description":"Represents a Google Tag Manager Account.","properties":{"accountId":{"description":"The Account ID uniquely identifies the GTM Account.","type":"string"},"fingerprint":{"description":"The fingerprint of the GTM A