File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ type OrganizationRepository struct {
26
26
}
27
27
28
28
// 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
32
31
type OrganizationRepositoriesService service
33
32
34
33
type ListOrganizationRepositoriesParams struct {
35
34
ListCursorParams
35
+ IntegrationId string `url:"integration_id,omitempty"`
36
36
// omitting status defaults to only active.
37
37
// sending empty string shows everything, which is a more reasonable default.
38
38
Status string `url:"status"`
You can’t perform that action at this time.
0 commit comments