mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update the JSON schemas
The command executed was as follows: rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8
This commit is contained in:
@@ -2681,7 +2681,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20240304",
|
||||
"revision": "20240419",
|
||||
"rootUrl": "https://walletobjects.googleapis.com/",
|
||||
"schemas": {
|
||||
"ActivationOptions": {
|
||||
@@ -3153,11 +3153,11 @@
|
||||
"properties": {
|
||||
"updateRequestUrl": {
|
||||
"deprecated": true,
|
||||
"description": "URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.",
|
||||
"description": "URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.",
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"description": "The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.",
|
||||
"description": "The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user