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