{ "uuid": "c67e74e0-90cd-43c4-b61a-6234317dcd38", "lastMigration": 29, "name": "Google Docs API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "fbc96346-4bdb-4264-b49a-b77b0483b554", "documentation": "Creates a blank document using the title given in the request. Other fields in the request, including any provided content, are ignored. Returns the created document.", "method": "post", "endpoint": "v1/documents", "responses": [ { "uuid": "48554b2a-1ebf-406a-a48e-4988ef54c48a", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "17f267a7-4959-4265-b3f6-14193311419f", "documentation": "Gets the latest version of the specified document.", "method": "get", "endpoint": "v1/documents/:documentId", "responses": [ { "uuid": "47473bbe-232d-4df4-8ad5-a4988fe09945", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "137ee53d-7673-4cb2-8f80-400030a1187e", "documentation": "Applies one or more updates to the document. Each request is validated before being applied. If any request is not valid, then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. Other requests do not need to return information; these each return an empty reply. The order of replies matches that of the requests. For example, suppose you call batchUpdate with four updates, and only the third one returns information. The response would have two empty replies, the reply to the third request, and another empty reply, in that order. Because other users may be editing the document, the document might not exactly reflect your changes: your changes may be altered with respect to collaborator changes. If there are no collaborators, the document should reflect your changes. In any case, the updates in your request are guaranteed to be applied together atomically.", "method": "post", "endpoint": "v1/documents/:documentId:batchUpdate", "responses": [ { "uuid": "e4742575-760f-4f05-aa43-47085756c347", "body": "{\n \"documentId\": \"\",\n \"replies\": [\n {\n \"createFooter\": {\n \"footerId\": \"\"\n },\n \"createFootnote\": {\n \"footnoteId\": \"\"\n },\n \"createHeader\": {\n \"headerId\": \"\"\n },\n \"createNamedRange\": {\n \"namedRangeId\": \"\"\n },\n \"insertInlineImage\": {\n \"objectId\": \"\"\n },\n \"insertInlineSheetsChart\": {\n \"objectId\": \"\"\n },\n \"replaceAllText\": {\n \"occurrencesChanged\": {{faker 'number.int' max=99999}}\n }\n }\n ],\n \"writeControl\": {\n \"requiredRevisionId\": \"\",\n \"targetRevisionId\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "fbc96346-4bdb-4264-b49a-b77b0483b554" }, { "type": "route", "uuid": "17f267a7-4959-4265-b3f6-14193311419f" }, { "type": "route", "uuid": "137ee53d-7673-4cb2-8f80-400030a1187e" } ] }