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

@@ -526,7 +526,7 @@
}
}
},
"revision": "20230122",
"revision": "20240302",
"rootUrl": "https://websecurityscanner.googleapis.com/",
"schemas": {
"Authentication": {
@@ -539,6 +539,7 @@
},
"googleAccount": {
"$ref": "GoogleAccount",
"deprecated": true,
"description": "Authentication using a Google account."
},
"iapCredential": {
@@ -720,6 +721,7 @@
"type": "object"
},
"GoogleAccount": {
"deprecated": true,
"description": "Describes authentication configuration that uses a Google account.",
"id": "GoogleAccount",
"properties": {
@@ -1050,7 +1052,8 @@
"UNSUPPORTED_BLACKLIST_PATTERN_FORMAT",
"UNSUPPORTED_FILTER",
"UNSUPPORTED_FINDING_TYPE",
"UNSUPPORTED_URL_SCHEME"
"UNSUPPORTED_URL_SCHEME",
"CLOUD_ASSET_INVENTORY_ASSET_NOT_FOUND"
],
"enumDescriptions": [
"There is no error.",
@@ -1094,7 +1097,8 @@
"One or more blacklist patterns were in the wrong format.",
"The supplied filter is not supported.",
"The supplied finding type is not supported. For example, we do not provide findings of the given finding type.",
"The URL scheme of one or more of the supplied URLs is not supported."
"The URL scheme of one or more of the supplied URLs is not supported.",
"CAI is not able to list assets."
],
"type": "string"
},