Skip to content

Commit

Permalink
feat(tagmanager): update the API
Browse files Browse the repository at this point in the history
#### tagmanager:v2

The following keys were added:
- schemas.Client.properties.notes.description
- schemas.Client.properties.notes.type
  • Loading branch information
yoshi-automation authored and sofisl committed Mar 10, 2021
1 parent d216ee6 commit 1d3de89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion discovery/tagmanager-v2.json
Expand Up @@ -3125,7 +3125,7 @@
}
}
},
"revision": "20201024",
"revision": "20210303",
"rootUrl": "https://tagmanager.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -3460,6 +3460,10 @@
"description": "Client display name. @mutable tagmanager.accounts.containers.workspaces.clients.create @mutable tagmanager.accounts.containers.workspaces.clients.update",
"type": "string"
},
"notes": {
"description": "User notes on how to apply this tag in the container. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update",
"type": "string"
},
"parameter": {
"description": "The client's parameters. @mutable tagmanager.accounts.containers.workspaces.clients.create @mutable tagmanager.accounts.containers.workspaces.clients.update",
"items": {
Expand Down
4 changes: 4 additions & 0 deletions src/apis/tagmanager/v2.ts
Expand Up @@ -213,6 +213,10 @@ export namespace tagmanager_v2 {
* Client display name. @mutable tagmanager.accounts.containers.workspaces.clients.create @mutable tagmanager.accounts.containers.workspaces.clients.update
*/
name?: string | null;
/**
* User notes on how to apply this tag in the container. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update
*/
notes?: string | null;
/**
* The client's parameters. @mutable tagmanager.accounts.containers.workspaces.clients.create @mutable tagmanager.accounts.containers.workspaces.clients.update
*/
Expand Down

0 comments on commit 1d3de89

Please sign in to comment.