mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(update): all jsons; version-up
As we are now back to serde 0.6, the patch-level was upped too.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/2Ar_hXPHmnxe2mV6uxVVcPSU_1Y\"",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/fQ7gMSQqLPLbacQ9HzpdBnMKn-E\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "books:v1",
|
||||
"name": "books",
|
||||
"version": "v1",
|
||||
"revision": "20160113",
|
||||
"revision": "20160226",
|
||||
"title": "Books API",
|
||||
"description": "Lets you search for books and manage your Google Books library.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -1142,8 +1142,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"dont_show_notification": {
|
||||
"type": "boolean",
|
||||
"default": "false"
|
||||
"type": "boolean"
|
||||
},
|
||||
"iconUrl": {
|
||||
"type": "string"
|
||||
@@ -1159,6 +1158,9 @@
|
||||
"pcampaign_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"reason": {
|
||||
"type": "string"
|
||||
},
|
||||
"show_notification_settings_action": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -4303,6 +4305,11 @@
|
||||
"repeated": true,
|
||||
"location": "query"
|
||||
},
|
||||
"country": {
|
||||
"type": "string",
|
||||
"description": "ISO-3166-1 code to override the IP-based location.",
|
||||
"location": "query"
|
||||
},
|
||||
"locale": {
|
||||
"type": "string",
|
||||
"description": "ISO-639-1 language and ISO-3166-1 country code. Ex:'en_US'. Used for generating recommendations.",
|
||||
|
||||
Reference in New Issue
Block a user