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

@@ -543,7 +543,7 @@
}
}
},
"revision": "20230118",
"revision": "20240227",
"rootUrl": "https://doubleclicksearch.googleapis.com/",
"schemas": {
"Availability": {
@@ -619,6 +619,20 @@
"format": "int64",
"type": "string"
},
"adUserDataConsent": {
"description": "Represents consent for core platform services (CPS) preferences in settings. No default value. Acceptable values are: GRANTED: The desired consent status is to grant. Read the CPS preferences from GTE settings. DENIED: The desired consent status is to deny; CPS list is empty.",
"enum": [
"UNKNOWN",
"GRANTED",
"DENIED"
],
"enumDescriptions": [
"Not specified.",
"Granted.",
"Denied."
],
"type": "string"
},
"advertiserId": {
"description": "DS advertiser ID.",
"format": "int64",