{ "opencollection": "1.0.0", "info": { "name": "Paperspace Container Registries Activity Shared Drives API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Shared Drives", "type": "folder" }, "items": [ { "info": { "name": "List Shared Drives", "type": "http" }, "http": { "method": "GET", "url": "https://api.paperspace.com/v1/shared-drives" }, "docs": "Fetches a list of shared drives." }, { "info": { "name": "Create Shared Drive", "type": "http" }, "http": { "method": "POST", "url": "https://api.paperspace.com/v1/shared-drives", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new shared drive for use in a private network." }, { "info": { "name": "Get Shared Drive", "type": "http" }, "http": { "method": "GET", "url": "https://api.paperspace.com/v1/shared-drives/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Fetches a single shared drive by ID." }, { "info": { "name": "Update Shared Drive", "type": "http" }, "http": { "method": "PUT", "url": "https://api.paperspace.com/v1/shared-drives/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a single shared drive by ID." }, { "info": { "name": "Delete Shared Drive", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.paperspace.com/v1/shared-drives/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Deletes a single shared drive by ID." } ] } ], "bundled": true }