| Index: discovery/googleapis/script__v1.json
|
| diff --git a/discovery/googleapis/script__v1.json b/discovery/googleapis/script__v1.json
|
| index c6ac8d1edf877cfb620efecba1f3381269c63c8c..4bc1d4e99ee76253de0c03fb1d0d8cc2c677aa5a 100644
|
| --- a/discovery/googleapis/script__v1.json
|
| +++ b/discovery/googleapis/script__v1.json
|
| @@ -44,7 +44,7 @@
|
| "description": "Executes Google Apps Script projects.",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "https://developers.google.com/apps-script/execution/rest/v1/scripts/run",
|
| - "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/cvYaayVw4IdFoA5o3qV9XjLT9HI\"",
|
| + "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/FcNWZezE05ypidUunx03uCyJR70\"",
|
| "icons": {
|
| "x16": "http://www.google.com/images/icons/product/search-16.gif",
|
| "x32": "http://www.google.com/images/icons/product/search-32.gif"
|
| @@ -176,7 +176,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20160426",
|
| + "revision": "20160801",
|
| "rootUrl": "https://script.googleapis.com/",
|
| "schemas": {
|
| "ExecutionRequest": {
|
| @@ -215,7 +215,7 @@
|
| },
|
| "metadata": {
|
| "additionalProperties": {
|
| - "description": "Properties of the object. Contains field @ype with type URL.",
|
| + "description": "Properties of the object. Contains field @type with type URL.",
|
| "type": "any"
|
| },
|
| "description": "This field is not used.",
|
| @@ -231,7 +231,7 @@
|
| },
|
| "response": {
|
| "additionalProperties": {
|
| - "description": "Properties of the object. Contains field @ype with type URL.",
|
| + "description": "Properties of the object. Contains field @type with type URL.",
|
| "type": "any"
|
| },
|
| "description": "If the script function returns successfully, this field will contain an `ExecutionResponse` object with the function's return value as the object's `result` field.",
|
| @@ -257,7 +257,7 @@
|
| "description": "An array that contains a single `ExecutionError` object that provides information about the nature of the error.",
|
| "items": {
|
| "additionalProperties": {
|
| - "description": "Properties of the object. Contains field @ype with type URL.",
|
| + "description": "Properties of the object. Contains field @type with type URL.",
|
| "type": "any"
|
| },
|
| "type": "object"
|
| @@ -312,6 +312,13 @@
|
| "result": {
|
| "description": "The return value of the script function. The type will match the type returned in Apps Script. Functions called through the Execution API cannot return Apps Script-specific objects (such as a `Document` or `Calendar`); they can only return primitive types such as a `string`, `number`, `array`, `object`, or `boolean`.",
|
| "type": "any"
|
| + },
|
| + "status": {
|
| + "enum": [
|
| + "SUCCESS",
|
| + "CANCELED"
|
| + ],
|
| + "type": "string"
|
| }
|
| },
|
| "type": "object"
|
|
|