{ "info": { "name": "Mota Word Update the document.", "_postman_id": "cb421b8e-2746-4a8d-a0a0-cd7ea3ecfd8f", "description": "Update the document. File name and contents will replaced with the new one.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "Projects", "item": [ { "id": "73ef972f-d92a-4195-afd9-cd603416e226", "name": "getDocuments", "request": { "url": { "protocol": "http", "host": "api.motaword.com", "path": [ "projects/:projectId/documents" ], "variable": [ { "id": "projectId", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "Get a list of documents." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "1b8ca31a-db9f-44bd-959a-24470af342ca" } ] }, { "id": "f7504cc2-b38f-4aa9-a75a-2b8e454752b1", "name": "createDocument", "request": { "url": { "protocol": "http", "host": "api.motaword.com", "path": [ "projects/:projectId/documents" ], "variable": [ { "id": "projectId", "value": "{}", "type": "string" } ] }, "method": "POST", "body": { "mode": "urlencoded", "urlencoded": [ { "key": "documents", "value": "[{}]", "disabled": false, "description": "You can add as many files as you want in documents[] parameter" }, { "key": "schemes", "value": "[{}]", "disabled": false, "description": "JSON string" } ] }, "description": "Upload a new document." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "28aaadeb-da86-4a84-a924-04f5c2156261" } ] }, { "id": "a2502276-0e33-473c-ad67-0413e3b02b2c", "name": "getDocument", "request": { "url": { "protocol": "http", "host": "api.motaword.com", "path": [ "projects/:projectId/documents/:documentId" ], "variable": [ { "id": "documentId", "value": "{}", "type": "string" }, { "id": "projectId", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "Get single document." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "2153f84a-4673-4322-81ca-511edf96f3c4" } ] }, { "id": "4f2c7d2c-d102-4121-a853-0f447200be33", "name": "updateDocument", "request": { "url": { "protocol": "http", "host": "api.motaword.com", "path": [ "projects/:projectId/documents/:documentId" ], "variable": [ { "id": "documentId", "value": "{}", "type": "string" }, { "id": "projectId", "value": "{}", "type": "string" } ] }, "method": "PUT", "body": { "mode": "urlencoded", "urlencoded": [ { "key": "documents", "value": "{}", "disabled": false, "description": "Single file data" }, { "key": "schemes", "value": "{}", "disabled": false, "description": "JSON string" } ] }, "description": "Update the document. File name and contents will replaced with the new one." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "079b8d5c-bfcd-4845-a6f7-63f0e9d18cf3" } ] }, { "id": "f1e82f08-74b4-4b49-8322-a856ba0ce89e", "name": "deleteDocument", "request": { "url": { "protocol": "http", "host": "api.motaword.com", "path": [ "projects/:projectId/documents/:documentId" ], "variable": [ { "id": "documentId", "value": "{}", "type": "string" }, { "id": "projectId", "value": "{}", "type": "string" } ] }, "method": "DELETE", "body": { "mode": "raw" }, "description": "Delete the document." }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "9ed56b1b-5f3a-4747-83ed-0873391c1806" } ] } ] } ] }