{ "opencollection": "1.0.0", "info": { "name": "MongoDB Atlas Administration Clusters Projects API", "version": "v2" }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List all projects (Atlas groups) the API key has access to.", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.mongodb.com/api/atlas/v2/groups" }, "docs": "List all projects (Atlas groups) the API key has access to." }, { "info": { "name": "Create a new project.", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.mongodb.com/api/atlas/v2/groups", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new project." }, { "info": { "name": "Get one project by ID.", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.mongodb.com/api/atlas/v2/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Unique identifier of the project (group)." } ] }, "docs": "Get one project by ID." }, { "info": { "name": "Update a project's settings.", "type": "http" }, "http": { "method": "PATCH", "url": "https://cloud.mongodb.com/api/atlas/v2/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Unique identifier of the project (group)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a project's settings." }, { "info": { "name": "Delete a project.", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud.mongodb.com/api/atlas/v2/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Unique identifier of the project (group)." } ] }, "docs": "Delete a project." } ] } ], "bundled": true }