{ "opencollection": "1.0.0", "info": { "name": "Paperspace Container Registries Activity Collaborators API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Collaborators", "type": "folder" }, "items": [ { "info": { "name": "List Project Collaborators", "type": "http" }, "http": { "method": "GET", "url": "https://api.paperspace.com/v1/projects/:id/collaborators", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Fetches a list of collaborators for a project." }, { "info": { "name": "Add Project Collaborator", "type": "http" }, "http": { "method": "POST", "url": "https://api.paperspace.com/v1/projects/:id/collaborators", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new collaborator to a project." }, { "info": { "name": "Remove Project Collaborator", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.paperspace.com/v1/projects/:id/collaborators/:userId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Removes a collaborator from a project." } ] } ], "bundled": true }