Skip to content

Commit

Permalink
fix(gmail): update the API
Browse files Browse the repository at this point in the history
#### gmail:v1

The following keys were changed:
- resources.users.resources.settings.resources.filters.methods.delete.description
  • Loading branch information
yoshi-automation authored and bcoe committed Apr 11, 2022
1 parent 2ee260b commit f0098dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/gmail-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1788,7 +1788,7 @@
]
},
"delete": {
"description": "Deletes a filter.",
"description": "Immediately and permanently deletes the specified filter.",
"flatPath": "gmail/v1/users/{userId}/settings/filters/{id}",
"httpMethod": "DELETE",
"id": "gmail.users.settings.filters.delete",
Expand Down Expand Up @@ -2682,7 +2682,7 @@
}
}
},
"revision": "20220307",
"revision": "20220404",
"rootUrl": "https://gmail.googleapis.com/",
"schemas": {
"AutoForwarding": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/gmail/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7743,7 +7743,7 @@ export namespace gmail_v1 {
}

/**
* Deletes a filter.
* Immediately and permanently deletes the specified filter.
* @example
* ```js
* // Before running the sample:
Expand Down

0 comments on commit f0098dd

Please sign in to comment.