Skip to content

Commit

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

The following keys were changed:
- schemas.WmxSitemapContent.properties.indexed.description
  • Loading branch information
yoshi-automation authored and bcoe committed Sep 14, 2021
1 parent 1ff2dc2 commit 0df4267
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/searchconsole-v1.json
Expand Up @@ -373,7 +373,7 @@
}
}
},
"revision": "20210308",
"revision": "20210903",
"rootUrl": "https://searchconsole.googleapis.com/",
"schemas": {
"ApiDataRow": {
Expand Down Expand Up @@ -876,7 +876,7 @@
"id": "WmxSitemapContent",
"properties": {
"indexed": {
"description": "The number of URLs from the sitemap that were indexed (of the content type).",
"description": "*Deprecated; do not use.*",
"format": "int64",
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/searchconsole/v1.ts
Expand Up @@ -372,7 +372,7 @@ export namespace searchconsole_v1 {
*/
export interface Schema$WmxSitemapContent {
/**
* The number of URLs from the sitemap that were indexed (of the content type).
* *Deprecated; do not use.*
*/
indexed?: string | null;
/**
Expand Down

0 comments on commit 0df4267

Please sign in to comment.