{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Helm Custom Domain API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Helm Custom Domain", "type": "folder" }, "items": [ { "info": { "name": "List helm custom domains", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/helm/:helmId/customDomain", "params": [ { "name": "helmId", "value": "", "type": "path", "description": "Helm ID" } ] }, "docs": "List the custom domains of this helm" }, { "info": { "name": "Add custom domain to the helm.", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/helm/:helmId/customDomain", "params": [ { "name": "helmId", "value": "", "type": "path", "description": "Helm ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a custom domain to this helm in order not to use qovery autogenerated domain" }, { "info": { "name": "Get a Custom Domain", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/helm/:helmId/customDomain/:customDomainId", "params": [ { "name": "helmId", "value": "", "type": "path", "description": "Helm ID" }, { "name": "customDomainId", "value": "", "type": "path", "description": "Custom Domain ID" } ] }, "docs": "Get a custom domain" }, { "info": { "name": "Edit a Custom Domain", "type": "http" }, "http": { "method": "PUT", "url": "https://api.qovery.com/helm/:helmId/customDomain/:customDomainId", "params": [ { "name": "helmId", "value": "", "type": "path", "description": "Helm ID" }, { "name": "customDomainId", "value": "", "type": "path", "description": "Custom Domain ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "To edit a Custom Domain you must have the project user permission" }, { "info": { "name": "Delete a Custom Domain", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.qovery.com/helm/:helmId/customDomain/:customDomainId", "params": [ { "name": "helmId", "value": "", "type": "path", "description": "Helm ID" }, { "name": "customDomainId", "value": "", "type": "path", "description": "Custom Domain ID" } ] }, "docs": "To delete an CustomDomain you must have the project user permission" }, { "info": { "name": "Check Helm Custom Domain", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/helm/:helmId/checkCustomDomain", "params": [ { "name": "helmId", "value": "", "type": "path", "description": "Helm ID" } ] }, "docs": "Check Helm Custom Domain" } ] } ], "bundled": true }