{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts Repositories API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Repositories", "type": "folder" }, "items": [ { "info": { "name": "Sentry List organization repositories", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/repos/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "Returns a list of version control repositories for a given organization." }, { "info": { "name": "Sentry List repository commits", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/repos/:repo_id/commits/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "repo_id", "value": "", "type": "path", "description": "The ID of the repository." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "Returns a list of commits for a given repository." }, { "info": { "name": "Sentry Retrieve list of repositories for a given owner", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/prevent/repositories/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "Returns a list of repositories for the organization." }, { "info": { "name": "Sentry Retrieve a single repository for a given owner", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/prevent/repositories/:repo_id/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "repo_id", "value": "", "type": "path", "description": "The ID of the repository." } ] }, "docs": "Returns details for a specific repository." }, { "info": { "name": "Sentry Retrieve list of branches for a given owner and repository", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/prevent/repositories/:repo_id/branches/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "repo_id", "value": "", "type": "path", "description": "The ID of the repository." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "Returns a list of branches for a specific repository." }, { "info": { "name": "Sentry Sync repositories from an integrated org with GitHub", "type": "http" }, "http": { "method": "POST", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/prevent/sync/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." } ] }, "docs": "Triggers a sync of repositories from the integrated organization's GitHub." }, { "info": { "name": "Sentry Get syncing status for repositories for an integrated org", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/prevent/sync-status/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." } ] }, "docs": "Returns the current sync status for repositories." } ] } ], "bundled": true }