{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Project Main Calls API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Project Main Calls", "type": "folder" }, "items": [ { "info": { "name": "Get project by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/project/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Project ID" } ] }, "docs": "Get project by ID" }, { "info": { "name": "Edit a project", "type": "http" }, "http": { "method": "PUT", "url": "https://api.qovery.com/project/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Project ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "To edit a project you must have the admin permission" }, { "info": { "name": "Delete a project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.qovery.com/project/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Project ID" } ] }, "docs": "To delete a project you must have the admin permission" } ] } ], "bundled": true }