{ "opencollection": "1.0.0", "info": { "name": "Sentry Error Monitoring Alerts Releases API", "version": "0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Releases", "type": "folder" }, "items": [ { "info": { "name": "List releases for an organization", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_slug/releases/", "params": [ { "name": "organization_slug", "value": "my-organization", "type": "path", "description": "Organization slug" }, { "name": "query", "value": "", "type": "query" }, { "name": "project", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns a list of releases associated with the organization." }, { "info": { "name": "Create a release", "type": "http" }, "http": { "method": "POST", "url": "https://sentry.io/api/0/organizations/:organization_slug/releases/", "params": [ { "name": "organization_slug", "value": "my-organization", "type": "path", "description": "Organization slug" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new release for tracking deployments and source maps." } ] } ], "bundled": true }