File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ type OrganizationRepository struct {
2626}
2727
2828// OrganizationRepositoriesService provides methods for accessing Sentry organization repositories API endpoints.
29- // Paths: https://github.com/getsentry/sentry/blob/22.7.0/src/sentry/api/urls.py#L1385-L1394
30- // Endpoints: https://github.com/getsentry/sentry/blob/22.7.0/src/sentry/api/endpoints/organization_repositories.py
31- // Endpoints: https://github.com/getsentry/sentry/blob/22.7.0/src/sentry/api/endpoints/organization_repository_details.py
29+ // Endpoints: https://github.com/getsentry/sentry/blob/24.10.0/src/sentry/integrations/api/endpoints/organization_repositories.py
30+ // Endpoints: https://github.com/getsentry/sentry/blob/24.10.0/src/sentry/integrations/api/endpoints/organization_repository_details.py
3231type OrganizationRepositoriesService service
3332
3433type ListOrganizationRepositoriesParams struct {
3534 ListCursorParams
35+ IntegrationId string `url:"integration_id,omitempty"`
3636 // omitting status defaults to only active.
3737 // sending empty string shows everything, which is a more reasonable default.
3838 Status string `url:"status"`
You can’t perform that action at this time.
0 commit comments