{ "opencollection": "1.0.0", "info": { "name": "DOCUMENTATION Upload - File API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Upload - File", "type": "folder" }, "items": [ { "info": { "name": "POST /upload", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:1337/api/upload", "body": { "type": "multipart-form", "data": [ { "name": "path", "type": "text", "value": "" }, { "name": "refId", "type": "text", "value": "" }, { "name": "ref", "type": "text", "value": "" }, { "name": "field", "type": "text", "value": "" }, { "name": "files", "type": "text", "value": "" } ] } }, "docs": "Upload files" }, { "info": { "name": "POST /upload?id={id}", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:1337/api/upload?id=:id", "params": [ { "name": "id", "value": "", "type": "query", "description": "File id" } ], "body": { "type": "multipart-form", "data": [ { "name": "fileInfo", "type": "text", "value": "" }, { "name": "files", "type": "text", "value": "" } ] } }, "docs": "Upload file information" }, { "info": { "name": "GET /upload/files", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:1337/api/upload/files" } }, { "info": { "name": "GET /upload/files/{id}", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:1337/api/upload/files/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "DELETE /upload/files/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:1337/api/upload/files/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }