mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Bump version to 1.0.9; update JSON schemas; add new APIs
This commit is contained in:
@@ -420,7 +420,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20190403",
|
||||
"revision": "20190703",
|
||||
"rootUrl": "https://youtubeanalytics.googleapis.com/",
|
||||
"schemas": {
|
||||
"EmptyResponse": {
|
||||
@@ -468,11 +468,13 @@
|
||||
"locationType": {
|
||||
"enum": [
|
||||
"PATH",
|
||||
"OTHER"
|
||||
"OTHER",
|
||||
"PARAMETER"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"location is an xpath-like path pointing\nto the request field that caused the error.",
|
||||
"other location type which can safely be shared\nexternally."
|
||||
"other location type which can safely be shared\nexternally.",
|
||||
"Location is request paramater. This maps to the {@link PARAMETERS} in\n{@link MessageLocation}."
|
||||
],
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user