mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Upgrade to latest API versions + code regen
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/p_O8VQ1GgwnmLUmXhlZf5JsJdkk\"",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/_bC0Z0nYODnrZBcW4xrPKn1ZzhA\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "fusiontables:v2",
|
||||
"name": "fusiontables",
|
||||
"version": "v2",
|
||||
"revision": "20170413",
|
||||
"revision": "20171117",
|
||||
"title": "Fusion Tables API",
|
||||
"description": "API for working with Fusion Tables data.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -1530,6 +1530,29 @@
|
||||
"https://www.googleapis.com/auth/fusiontables"
|
||||
]
|
||||
},
|
||||
"refetchSheet": {
|
||||
"id": "fusiontables.table.refetchSheet",
|
||||
"path": "tables/{tableId}/refetch",
|
||||
"httpMethod": "POST",
|
||||
"description": "Replaces rows of the table with the rows of the spreadsheet that is first imported from. Current rows remain visible until all replacement rows are ready.",
|
||||
"parameters": {
|
||||
"tableId": {
|
||||
"type": "string",
|
||||
"description": "Table whose rows will be replaced from the spreadsheet.",
|
||||
"required": true,
|
||||
"location": "path"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
"tableId"
|
||||
],
|
||||
"response": {
|
||||
"$ref": "Task"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/fusiontables"
|
||||
]
|
||||
},
|
||||
"replaceRows": {
|
||||
"id": "fusiontables.table.replaceRows",
|
||||
"path": "tables/{tableId}/replace",
|
||||
|
||||
Reference in New Issue
Block a user