{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts Environments API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Environments", "type": "folder" }, "items": [ { "info": { "name": "Sentry List an organization's environments", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/environments/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." } ] }, "docs": "Returns a list of environments for the given organization." }, { "info": { "name": "Sentry List a project's environments", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/environments/", "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 environments for the given project." }, { "info": { "name": "Sentry Retrieve a project environment", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/environments/:environment/", "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": "environment", "value": "", "type": "path", "description": "The name of the environment." } ] }, "docs": "Returns details for a specific project environment." }, { "info": { "name": "Sentry Update a project environment", "type": "http" }, "http": { "method": "PUT", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/environments/:environment/", "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": "environment", "value": "", "type": "path", "description": "The name of the environment." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates settings for a project environment." } ] } ], "bundled": true }