{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts Releases API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Releases", "type": "folder" }, "items": [ { "info": { "name": "Sentry List an organization's releases", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/releases/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "query", "value": "", "type": "query", "description": "A search query to filter releases." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "Returns a list of releases for the given organization." }, { "info": { "name": "Sentry Create a new release for an organization", "type": "http" }, "http": { "method": "POST", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/releases/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new release for the given organization." }, { "info": { "name": "Sentry Retrieve an organization's release", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/releases/:version/", "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 release for a given organization." }, { "info": { "name": "Sentry Update an organization's release", "type": "http" }, "http": { "method": "PUT", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/releases/:version/", "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": "Updates a release for a given organization." }, { "info": { "name": "Sentry Delete an organization's release", "type": "http" }, "http": { "method": "DELETE", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/releases/:version/", "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": "Deletes a release for a given organization." }, { "info": { "name": "Sentry Retrieve statuses of release thresholds (Alpha)", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/release-thresholds/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." } ] }, "docs": "Returns the current status of release thresholds for the organization. This endpoint is in alpha and may change." } ] } ], "bundled": true }