update all APIs

Like documented in the README

```
rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8
```
This commit is contained in:
Sebastian Thiel
2024-03-05 18:54:36 +01:00
parent 8a12e9d47e
commit ca974aa0a5
347 changed files with 202580 additions and 50157 deletions

View File

@@ -408,7 +408,7 @@
"type": "string"
},
"maxResults": {
"description": "Maximum number of task lists returned on one page. Optional. The default is 20 (max allowed: 100).",
"description": "Maximum number of tasks returned on one page. Optional. The default is 20 (max allowed: 100).",
"format": "int32",
"location": "query",
"type": "integer"
@@ -566,7 +566,7 @@
}
}
},
"revision": "20230122",
"revision": "20240303",
"rootUrl": "https://tasks.googleapis.com/",
"schemas": {
"Task": {
@@ -734,6 +734,6 @@
}
},
"servicePath": "",
"title": "Tasks API",
"title": "Google Tasks API",
"version": "v1"
}