{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Application Main Calls API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Application Main Calls", "type": "folder" }, "items": [ { "info": { "name": "Get application by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/application/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" } ] }, "docs": "Get application by ID" }, { "info": { "name": "Edit application", "type": "http" }, "http": { "method": "PUT", "url": "https://api.qovery.com/application/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "- To edit the application you must have the admin permission.\n- For port edition, if you provide a port id, we will update the corresponding port. If you don't we will create a new one. If you remove a port from the payload, we will delete it.\n- For storage edition, if you provide a storage id, we will update the corresponding storage. If you don't we will create a new one. If you remove a storage from the payload, we will delete it.\n" }, { "info": { "name": "Delete application", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.qovery.com/application/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" } ] }, "docs": "To delete the application you must have the admin permission" }, { "info": { "name": "Get application status", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/application/:applicationId/status", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" } ] }, "docs": "Get application status" }, { "info": { "name": "List contributors", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/application/:applicationId/contributor", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" } ] }, "docs": "List contributors" }, { "info": { "name": "List last commits", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/application/:applicationId/commit", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" }, { "name": "startId", "value": "", "type": "query", "description": "Starting point after which to return results" }, { "name": "gitCommitId", "value": "", "type": "query", "description": "Git Commit ID" } ] }, "docs": "Returns list of the last 100 commits made on the repository linked to the application" }, { "info": { "name": "List all URLs of the application", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/application/:applicationId/link", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" } ] }, "docs": "This will return all the custom domains and Qovery autogenerated domain for the given application" } ] } ], "bundled": true }