Skip to content

Commit

Permalink
feat(gmailpostmastertools): update the api
Browse files Browse the repository at this point in the history
#### gmailpostmastertools:v1beta1

The following keys were added:
- schemas.IpReputation.properties.numIps.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 5, 2023
1 parent 0f2f4b9 commit f96588e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -265,7 +265,7 @@
}
}
},
"revision": "20230625",
"revision": "20230703",
"rootUrl": "https://gmailpostmastertools.googleapis.com/",
"schemas": {
"DeliveryError": {
Expand Down
Expand Up @@ -265,7 +265,7 @@
}
}
},
"revision": "20230625",
"revision": "20230703",
"rootUrl": "https://gmailpostmastertools.googleapis.com/",
"schemas": {
"DeliveryError": {
Expand Down Expand Up @@ -382,6 +382,7 @@
"type": "string"
},
"numIps": {
"deprecated": true,
"description": "Total number of unique IPs in this reputation category. This metric only pertains to traffic that passed [SPF](http://www.openspf.org/) or [DKIM](http://www.dkim.org/). Deprecated to be complied with ApiLinter for Quantities. Use ip_count instead.",
"format": "int64",
"type": "string"
Expand Down

0 comments on commit f96588e

Please sign in to comment.