{ "opencollection": "1.0.0", "info": { "name": "Keygen Artifacts Releases API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Releases", "type": "folder" }, "items": [ { "info": { "name": "List all releases", "type": "http" }, "http": { "method": "GET", "url": "https://api.keygen.sh/v1/accounts/{account}/releases" }, "docs": "List all releases" }, { "info": { "name": "Create a release", "type": "http" }, "http": { "method": "POST", "url": "https://api.keygen.sh/v1/accounts/{account}/releases", "body": { "type": "json", "data": "{}" } }, "docs": "Create a release" }, { "info": { "name": "Retrieve a release", "type": "http" }, "http": { "method": "GET", "url": "https://api.keygen.sh/v1/accounts/{account}/releases/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier (UUID) of the resource." } ] }, "docs": "Retrieve a release" }, { "info": { "name": "Update a release", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.keygen.sh/v1/accounts/{account}/releases/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier (UUID) of the resource." } ] }, "docs": "Update a release" }, { "info": { "name": "Delete a release", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.keygen.sh/v1/accounts/{account}/releases/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier (UUID) of the resource." } ] }, "docs": "Delete a release" }, { "info": { "name": "Upgrade a release", "type": "http" }, "http": { "method": "GET", "url": "https://api.keygen.sh/v1/accounts/{account}/releases/:id/actions/upgrade", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier (UUID) of the resource." } ] }, "docs": "Resolve the next available upgrade for the current release on a given channel and platform for auto-update." } ] } ], "bundled": true }