{ "opencollection": "1.0.0", "info": { "name": "Core access-groups share API", "version": "1.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "share", "type": "folder" }, "items": [ { "info": { "name": "postshareUploadNamespace", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/share/upload/:namespace", "params": [ { "name": "namespace", "value": "", "type": "path" }, { "name": "source", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Upload a document to the reserved share namespace" } ] } ], "bundled": true }