{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts Deploys API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Deploys", "type": "folder" }, "items": [ { "info": { "name": "Sentry List a release's deploys", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/releases/:version/deploys/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "version", "value": "", "type": "path", "description": "The version identifier of the release." } ] }, "docs": "Returns a list of deploys for a given release." }, { "info": { "name": "Sentry Create a deploy", "type": "http" }, "http": { "method": "POST", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/releases/:version/deploys/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "version", "value": "", "type": "path", "description": "The version identifier of the release." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a deploy for a given release." } ] } ], "bundled": true }