Bump version to 1.0.9; update JSON schemas; add new APIs

This commit is contained in:
Sebastian Thiel
2019-07-05 11:32:35 +08:00
parent 99e97ceece
commit e42ebc0c2b
2442 changed files with 190984 additions and 71186 deletions

View File

@@ -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"
}