{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts Issue Alerts API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Issue Alerts", "type": "folder" }, "items": [ { "info": { "name": "Sentry List a project's issue alert rules", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/rules/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "project_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the project." } ] }, "docs": "Returns a list of issue alert rules for a project." }, { "info": { "name": "Sentry Create an issue alert rule for a project", "type": "http" }, "http": { "method": "POST", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/rules/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "project_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the project." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new issue alert rule for the given project." }, { "info": { "name": "Sentry Retrieve an issue alert rule for a project", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/rules/:rule_id/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "project_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the project." }, { "name": "rule_id", "value": "", "type": "path", "description": "The ID of the issue alert rule." } ] }, "docs": "Returns a specific issue alert rule." }, { "info": { "name": "Sentry Update an issue alert rule", "type": "http" }, "http": { "method": "PUT", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/rules/:rule_id/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "project_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the project." }, { "name": "rule_id", "value": "", "type": "path", "description": "The ID of the issue alert rule." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an issue alert rule." }, { "info": { "name": "Sentry Delete an issue alert rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/rules/:rule_id/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "project_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the project." }, { "name": "rule_id", "value": "", "type": "path", "description": "The ID of the issue alert rule." } ] }, "docs": "Deletes an issue alert rule." } ] } ], "bundled": true }