{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts Commits API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Commits", "type": "folder" }, "items": [ { "info": { "name": "Sentry List an organization release's commits", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/releases/:version/commits/", "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." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "Returns a list of commits associated with a release." }, { "info": { "name": "Sentry Retrieve files changed in a release's commits", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/releases/:version/commitfiles/", "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." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "Returns a list of files changed in the commits associated with a release." } ] } ], "bundled": true }