-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
api_ownership_stats_dont_modify.json
914 lines (914 loc) · 39.6 KB
/
api_ownership_stats_dont_modify.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
{
"unowned": {
"block_start": 2,
"public": [
"OrganizationDetailsEndpoint::GET",
"OrganizationDetailsEndpoint::PUT",
"OrganizationEnvironmentsEndpoint::GET",
"OrganizationIndexEndpoint::GET",
"OrganizationProjectsEndpoint::GET",
"OrganizationReleaseDetailsEndpoint::DELETE",
"OrganizationReleaseDetailsEndpoint::GET",
"OrganizationReleaseDetailsEndpoint::PUT",
"OrganizationTeamsEndpoint::GET",
"OrganizationTeamsEndpoint::POST",
"ProjectDetailsEndpoint::DELETE",
"ProjectDetailsEndpoint::GET",
"ProjectDetailsEndpoint::PUT",
"ProjectEnvironmentDetailsEndpoint::GET",
"ProjectEnvironmentDetailsEndpoint::PUT",
"ProjectEnvironmentsEndpoint::GET",
"ProjectFilterDetailsEndpoint::PUT",
"ProjectKeyDetailsEndpoint::DELETE",
"ProjectKeyDetailsEndpoint::GET",
"ProjectKeyDetailsEndpoint::PUT",
"ProjectKeysEndpoint::GET",
"ProjectKeysEndpoint::POST",
"TeamDetailsEndpoint::DELETE",
"TeamDetailsEndpoint::GET",
"TeamDetailsEndpoint::PUT",
"UserEmailsEndpoint::DELETE",
"UserEmailsEndpoint::GET",
"UserEmailsEndpoint::POST",
"UserEmailsEndpoint::PUT"
],
"private": [
"AcceptOrganizationInvite::GET",
"AcceptOrganizationInvite::POST",
"AcceptProjectTransferEndpoint::GET",
"AcceptProjectTransferEndpoint::POST",
"ApiApplicationDetailsEndpoint::DELETE",
"ApiApplicationDetailsEndpoint::GET",
"ApiApplicationDetailsEndpoint::PUT",
"ApiApplicationsEndpoint::GET",
"ApiApplicationsEndpoint::POST",
"BroadcastDetailsEndpoint::GET",
"BroadcastDetailsEndpoint::PUT",
"BroadcastIndexEndpoint::GET",
"BroadcastIndexEndpoint::POST",
"BroadcastIndexEndpoint::PUT",
"DataExportEndpoint::POST",
"IndexEndpoint::GET",
"OrganizationAvatarEndpoint::GET",
"OrganizationAvatarEndpoint::PUT",
"OrganizationDetailsEndpoint::DELETE",
"OrganizationIndexEndpoint::POST",
"OrganizationInviteRequestDetailsEndpoint::DELETE",
"OrganizationInviteRequestDetailsEndpoint::GET",
"OrganizationInviteRequestDetailsEndpoint::PUT",
"OrganizationJoinRequestEndpoint::POST",
"OrganizationMinimalProjectsEndpoint::GET",
"OrganizationPinnedSearchEndpoint::DELETE",
"OrganizationPinnedSearchEndpoint::PUT",
"OrganizationProjectsCountEndpoint::GET",
"OrganizationRecentSearchesEndpoint::GET",
"OrganizationRecentSearchesEndpoint::POST",
"OrganizationReleaseMetaEndpoint::GET",
"OrganizationRequestProjectCreation::POST",
"OrganizationSearchDetailsEndpoint::DELETE",
"OrganizationSearchDetailsEndpoint::PUT",
"OrganizationUserDetailsEndpoint::GET",
"OrganizationUsersEndpoint::GET",
"ProjectIndexEndpoint::GET",
"SlugsUpdateEndpoint::PUT",
"TeamReleaseCountEndpoint::GET",
"UserAvatarEndpoint::GET",
"UserAvatarEndpoint::PUT",
"UserDetailsEndpoint::DELETE",
"UserDetailsEndpoint::GET",
"UserDetailsEndpoint::PUT",
"UserEmailsConfirmEndpoint::POST",
"UserIPsEndpoint::GET",
"UserIdentityConfigDetailsEndpoint::DELETE",
"UserIdentityConfigDetailsEndpoint::GET",
"UserIdentityConfigEndpoint::GET",
"UserIdentityDetailsEndpoint::DELETE",
"UserIdentityEndpoint::GET",
"UserIndexEndpoint::GET",
"UserRoleDetailsEndpoint::DELETE",
"UserRoleDetailsEndpoint::GET",
"UserRoleDetailsEndpoint::PUT",
"UserRolesEndpoint::GET",
"UserRolesEndpoint::POST",
"UserSubscriptionsEndpoint::GET",
"UserSubscriptionsEndpoint::POST",
"UserSubscriptionsEndpoint::PUT",
"UserUserRoleDetailsEndpoint::DELETE",
"UserUserRoleDetailsEndpoint::GET",
"UserUserRoleDetailsEndpoint::POST",
"UserUserRolesEndpoint::GET",
"WarmupEndpoint::GET"
],
"experimental": [],
"unknown": [
"OrganizationInviteRequestIndexEndpoint::GET",
"OrganizationInviteRequestIndexEndpoint::POST",
"OrganizationMemberUnreleasedCommitsEndpoint::GET",
"OrganizationReleaseAssembleEndpoint::POST",
"OrganizationReleaseCommitsEndpoint::GET",
"OrganizationReleaseFileDetailsEndpoint::DELETE",
"OrganizationReleaseFileDetailsEndpoint::GET",
"OrganizationReleaseFileDetailsEndpoint::PUT",
"OrganizationReleaseFilesEndpoint::GET",
"OrganizationReleaseFilesEndpoint::POST",
"OrganizationReleasesEndpoint::GET",
"OrganizationReleasesEndpoint::POST",
"OrganizationReleasesStatsEndpoint::GET",
"ProjectFiltersEndpoint::GET",
"ProjectReleaseCommitsEndpoint::GET",
"ProjectReleaseDetailsEndpoint::DELETE",
"ProjectReleaseDetailsEndpoint::GET",
"ProjectReleaseDetailsEndpoint::PUT",
"ProjectReleaseFileDetailsEndpoint::DELETE",
"ProjectReleaseFileDetailsEndpoint::GET",
"ProjectReleaseFileDetailsEndpoint::PUT",
"ProjectReleaseFilesEndpoint::GET",
"ProjectReleaseFilesEndpoint::POST",
"ProjectReleaseRepositories::GET",
"ProjectReleaseSetupCompletionEndpoint::GET",
"ProjectReleaseStatsEndpoint::GET",
"ProjectReleasesEndpoint::GET",
"ProjectReleasesEndpoint::POST",
"ProjectReleasesTokenEndpoint::GET",
"ProjectReleasesTokenEndpoint::POST",
"ProjectRepoPathParsingEndpoint::POST",
"ProjectStatsEndpoint::GET",
"ProjectTagKeyDetailsEndpoint::DELETE",
"ProjectTagKeyDetailsEndpoint::GET",
"ProjectTagKeyValuesEndpoint::GET",
"ProjectTagsEndpoint::GET",
"ProjectTransferEndpoint::POST",
"ProjectUserStatsEndpoint::GET",
"ProjectUsersEndpoint::GET",
"PromptsActivityEndpoint::GET",
"PromptsActivityEndpoint::PUT",
"ReleaseDeploysEndpoint::GET",
"ReleaseDeploysEndpoint::POST",
"SentryAppInstallationExternalIssueDetailsEndpoint::DELETE",
"SentryAppStatsEndpoint::GET",
"UserOrganizationsEndpoint::GET"
]
},
"ingest": {
"block_start": 152,
"public": [
"OrganizationRelayUsage::GET",
"ProjectSymbolSourcesEndpoint::DELETE",
"ProjectSymbolSourcesEndpoint::GET",
"ProjectSymbolSourcesEndpoint::POST",
"ProjectSymbolSourcesEndpoint::PUT"
],
"private": [
"AdminRelayProjectConfigsEndpoint::GET",
"AdminRelayProjectConfigsEndpoint::POST",
"AssociateDSymFilesEndpoint::POST",
"BuiltinSymbolSourcesEndpoint::GET",
"ChunkUploadEndpoint::GET",
"ChunkUploadEndpoint::POST",
"DifAssembleEndpoint::POST",
"EventAppleCrashReportEndpoint::GET",
"EventReprocessableEndpoint::GET",
"OrganizationArtifactBundleAssembleEndpoint::POST",
"ProguardArtifactReleasesEndpoint::GET",
"ProguardArtifactReleasesEndpoint::POST",
"ProjectArtifactBundleFileDetailsEndpoint::GET",
"ProjectArtifactBundleFilesEndpoint::GET",
"ProjectArtifactLookupEndpoint::GET",
"ProjectReprocessingEndpoint::POST",
"ProjectTransactionNamesCluster::GET",
"RelayDetailsEndpoint::DELETE",
"RelayHealthCheck::GET",
"RelayIndexEndpoint::GET",
"RelayProjectConfigsEndpoint::POST",
"RelayProjectIdsEndpoint::POST",
"RelayPublicKeysEndpoint::POST",
"RelayRegisterChallengeEndpoint::POST",
"RelayRegisterResponseEndpoint::POST",
"SourceMapsEndpoint::DELETE",
"SourceMapsEndpoint::GET",
"UnknownDebugFilesEndpoint::GET"
],
"experimental": [],
"unknown": [
"DebugFilesEndpoint::DELETE",
"DebugFilesEndpoint::GET",
"DebugFilesEndpoint::POST",
"EventAttachmentDetailsEndpoint::DELETE",
"EventAttachmentDetailsEndpoint::GET",
"EventAttachmentsEndpoint::GET"
]
},
"issues": {
"block_start": 201,
"public": [
"GroupEventDetailsEndpoint::GET",
"GroupEventsEndpoint::GET",
"GroupTagKeyDetailsEndpoint::GET",
"OrganizationAlertRuleActivationsEndpoint::GET",
"OrganizationAlertRuleDetailsEndpoint::DELETE",
"OrganizationAlertRuleDetailsEndpoint::GET",
"OrganizationAlertRuleDetailsEndpoint::PUT",
"OrganizationAlertRuleIndexEndpoint::GET",
"OrganizationAlertRuleIndexEndpoint::POST",
"ProjectEventsEndpoint::GET",
"ProjectOwnershipEndpoint::GET",
"ProjectOwnershipEndpoint::PUT",
"ProjectRuleDetailsEndpoint::DELETE",
"ProjectRuleDetailsEndpoint::GET",
"ProjectRuleDetailsEndpoint::PUT",
"ProjectRulesEndpoint::GET",
"ProjectRulesEndpoint::POST",
"SourceMapDebugEndpoint::GET"
],
"private": [
"ActionableItemsEndpoint::GET",
"AssistantEndpoint::GET",
"AssistantEndpoint::PUT",
"CommitFileChangeEndpoint::GET",
"EventFileCommittersEndpoint::GET",
"EventGroupingInfoEndpoint::GET",
"EventOwnersEndpoint::GET",
"GroupHashesEndpoint::GET",
"GroupHashesEndpoint::PUT",
"GroupNotesDetailsEndpoint::DELETE",
"GroupNotesDetailsEndpoint::PUT",
"GroupReprocessingEndpoint::POST",
"GroupSimilarIssuesEmbeddingsEndpoint::GET",
"GroupSimilarIssuesEndpoint::GET",
"GroupTombstoneDetailsEndpoint::DELETE",
"GroupTombstoneEndpoint::GET",
"IssueGroupActionEndpoint::GET",
"IssueGroupActionEndpoint::POST",
"OrganizationProjectsSentFirstEventEndpoint::GET",
"OrganizationRollbackUserEndpoint::GET",
"PluginGroupEndpoint::GET",
"PluginGroupEndpoint::POST",
"ProjectAgnosticRuleConditionsEndpoint::GET",
"ProjectAlertRuleTaskDetailsEndpoint::GET",
"ProjectBackfillSimilarIssuesEmbeddingsRecords::POST",
"ProjectCodeOwnersDetailsEndpoint::DELETE",
"ProjectCodeOwnersDetailsEndpoint::PUT",
"ProjectCodeOwnersEndpoint::GET",
"ProjectCodeOwnersEndpoint::POST",
"ProjectCommitsEndpoint::GET",
"ProjectGroupingConfigsEndpoint::GET",
"ProjectRuleActionsEndpoint::POST",
"ProjectRulePreviewEndpoint::POST",
"ProjectRuleTaskDetailsEndpoint::GET",
"ProjectRulesConfigurationEndpoint::GET",
"ProjectStacktraceCoverageEndpoint::GET",
"ProjectStacktraceLinkEndpoint::GET",
"SentryAppsEndpoint::GET",
"SentryAppsEndpoint::POST",
"TeamAllUnresolvedIssuesEndpoint::GET",
"TeamGroupsOldEndpoint::GET",
"TeamIssueBreakdownEndpoint::GET",
"TeamTimeToResolutionEndpoint::GET",
"TeamUnresolvedIssueAgeEndpoint::GET"
],
"experimental": [
"EventIdLookupEndpoint::GET",
"EventJsonEndpoint::GET",
"OrganizationGroupSearchViewsEndpoint::GET",
"OrganizationGroupSearchViewsEndpoint::PUT",
"ProjectAlertRuleDetailsEndpoint::DELETE",
"ProjectAlertRuleDetailsEndpoint::GET",
"ProjectAlertRuleDetailsEndpoint::PUT",
"ProjectAlertRuleIndexEndpoint::GET",
"ProjectAlertRuleIndexEndpoint::POST",
"ProjectEventDetailsEndpoint::GET",
"ProjectGroupIndexEndpoint::DELETE",
"ProjectGroupIndexEndpoint::GET",
"ProjectGroupIndexEndpoint::PUT",
"ProjectIssuesResolvedInReleaseEndpoint::GET",
"ProjectRuleEnableEndpoint::PUT",
"ProjectRuleGroupHistoryIndexEndpoint::GET",
"ProjectRuleStatsIndexEndpoint::GET",
"RelatedIssuesEndpoint::GET"
],
"unknown": [
"GroupActivitiesEndpoint::GET",
"GroupAttachmentsEndpoint::GET",
"GroupCurrentReleaseEndpoint::GET",
"GroupDetailsEndpoint::DELETE",
"GroupDetailsEndpoint::GET",
"GroupDetailsEndpoint::PUT",
"GroupExternalIssueDetailsEndpoint::DELETE",
"GroupExternalIssuesEndpoint::GET",
"GroupFirstLastReleaseEndpoint::GET",
"GroupIntegrationDetailsEndpoint::DELETE",
"GroupIntegrationDetailsEndpoint::GET",
"GroupIntegrationDetailsEndpoint::POST",
"GroupIntegrationDetailsEndpoint::PUT",
"GroupIntegrationsEndpoint::GET",
"GroupNotesEndpoint::GET",
"GroupNotesEndpoint::POST",
"GroupParticipantsEndpoint::GET",
"GroupStatsEndpoint::GET",
"GroupTagKeyValuesEndpoint::GET",
"GroupTagsEndpoint::GET",
"GroupUserReportsEndpoint::GET",
"GroupingConfigsEndpoint::GET",
"MetricRuleSnoozeEndpoint::DELETE",
"MetricRuleSnoozeEndpoint::POST",
"OrganizationAlertRuleAvailableActionIndexEndpoint::GET",
"OrganizationCodeMappingCodeOwnersEndpoint::GET",
"OrganizationCodeMappingDetailsEndpoint::DELETE",
"OrganizationCodeMappingDetailsEndpoint::PUT",
"OrganizationCodeMappingsEndpoint::GET",
"OrganizationCodeMappingsEndpoint::POST",
"OrganizationCodeOwnersAssociationsEndpoint::GET",
"OrganizationCombinedRuleIndexEndpoint::GET",
"OrganizationDeriveCodeMappingsEndpoint::GET",
"OrganizationDeriveCodeMappingsEndpoint::POST",
"OrganizationGroupIndexEndpoint::DELETE",
"OrganizationGroupIndexEndpoint::GET",
"OrganizationGroupIndexEndpoint::PUT",
"OrganizationGroupIndexStatsEndpoint::GET",
"OrganizationIncidentActivityIndexEndpoint::GET",
"OrganizationIncidentCommentDetailsEndpoint::DELETE",
"OrganizationIncidentCommentDetailsEndpoint::PUT",
"OrganizationIncidentCommentIndexEndpoint::POST",
"OrganizationIncidentDetailsEndpoint::GET",
"OrganizationIncidentDetailsEndpoint::PUT",
"OrganizationIncidentIndexEndpoint::GET",
"OrganizationIncidentSeenEndpoint::POST",
"OrganizationIncidentSubscriptionIndexEndpoint::DELETE",
"OrganizationIncidentSubscriptionIndexEndpoint::POST",
"OrganizationIntegrationReposEndpoint::GET",
"OrganizationIssuesCountEndpoint::GET",
"OrganizationIssuesResolvedInReleaseEndpoint::GET",
"OrganizationReleasePreviousCommitsEndpoint::GET",
"OrganizationSearchesEndpoint::GET",
"OrganizationSearchesEndpoint::POST",
"ProjectGroupStatsEndpoint::GET",
"RuleSnoozeEndpoint::DELETE",
"RuleSnoozeEndpoint::POST",
"SharedGroupDetailsEndpoint::GET",
"ShortIdLookupEndpoint::GET",
"TeamAlertsTriggeredIndexEndpoint::GET",
"TeamAlertsTriggeredTotalsEndpoint::GET"
]
},
"machine-learning-ai": {
"block_start": 353,
"public": [],
"private": [
"EventAiSuggestedFixEndpoint::GET"
],
"experimental": [
"GroupAiSummaryEndpoint::POST",
"GroupAutofixEndpoint::GET",
"GroupAutofixEndpoint::POST",
"GroupAutofixSetupCheck::GET",
"GroupAutofixUpdateEndpoint::POST",
"ProjectAutofixCodebaseIndexStatusEndpoint::GET",
"ProjectAutofixCreateCodebaseIndexEndpoint::POST",
"SeerRpcServiceEndpoint::POST"
],
"unknown": []
},
"alerts-notifications": {
"block_start": 371,
"public": [],
"private": [
"NotificationDefaultsEndpoints::GET",
"OrganizationProjectTemplateDetailEndpoint::DELETE",
"OrganizationProjectTemplateDetailEndpoint::GET",
"OrganizationProjectTemplateDetailEndpoint::PUT",
"OrganizationProjectTemplatesIndexEndpoint::GET",
"OrganizationProjectTemplatesIndexEndpoint::POST",
"UserNotificationDetailsEndpoint::GET",
"UserNotificationDetailsEndpoint::PUT",
"UserNotificationEmailEndpoint::GET",
"UserNotificationEmailEndpoint::PUT",
"UserNotificationSettingsOptionsDetailEndpoint::DELETE",
"UserNotificationSettingsOptionsEndpoint::GET",
"UserNotificationSettingsOptionsEndpoint::PUT",
"UserNotificationSettingsProvidersEndpoint::GET",
"UserNotificationSettingsProvidersEndpoint::PUT"
],
"experimental": [
"OrganizationAlertRuleAnomaliesEndpoint::GET",
"OrganizationEventsAnomaliesEndpoint::POST"
],
"unknown": []
},
"performance": {
"block_start": 397,
"public": [
"DiscoverSavedQueriesEndpoint::GET",
"DiscoverSavedQueriesEndpoint::POST",
"DiscoverSavedQueryDetailEndpoint::DELETE",
"DiscoverSavedQueryDetailEndpoint::GET",
"DiscoverSavedQueryDetailEndpoint::PUT",
"OrganizationDashboardDetailsEndpoint::DELETE",
"OrganizationDashboardDetailsEndpoint::GET",
"OrganizationDashboardDetailsEndpoint::PUT",
"OrganizationDashboardsEndpoint::GET",
"OrganizationDashboardsEndpoint::POST",
"OrganizationEventsEndpoint::GET"
],
"private": [
"DataExportDetailsEndpoint::GET",
"DiscoverHomepageQueryEndpoint::DELETE",
"DiscoverHomepageQueryEndpoint::GET",
"DiscoverHomepageQueryEndpoint::PUT",
"DiscoverSavedQueryVisitEndpoint::POST",
"KeyTransactionEndpoint::DELETE",
"KeyTransactionEndpoint::GET",
"KeyTransactionEndpoint::POST",
"KeyTransactionListEndpoint::GET",
"OrganizationDashboardVisitEndpoint::POST",
"OrganizationDashboardWidgetDetailsEndpoint::POST",
"OrganizationEventDetailsEndpoint::GET",
"OrganizationEventsFacetsEndpoint::GET",
"OrganizationEventsFacetsPerformanceEndpoint::GET",
"OrganizationEventsFacetsPerformanceHistogramEndpoint::GET",
"OrganizationEventsHasMeasurementsEndpoint::GET",
"OrganizationEventsHistogramEndpoint::GET",
"OrganizationEventsMetaEndpoint::GET",
"OrganizationEventsNewTrendsStatsEndpoint::GET",
"OrganizationEventsRelatedIssuesEndpoint::GET",
"OrganizationEventsRootCauseAnalysisEndpoint::GET",
"OrganizationEventsSpanOpsEndpoint::GET",
"OrganizationEventsSpansExamplesEndpoint::GET",
"OrganizationEventsSpansHistogramEndpoint::GET",
"OrganizationEventsSpansPerformanceEndpoint::GET",
"OrganizationEventsSpansStatsEndpoint::GET",
"OrganizationEventsTraceEndpoint::GET",
"OrganizationEventsTraceLightEndpoint::GET",
"OrganizationEventsTraceMetaEndpoint::GET",
"OrganizationEventsTrendsEndpoint::GET",
"OrganizationEventsTrendsStatsEndpoint::GET",
"OrganizationEventsVitalsEndpoint::GET",
"OrganizationMetricsCompatibility::GET",
"OrganizationMetricsCompatibilitySums::GET",
"OrganizationSpansFieldValuesEndpoint::GET",
"OrganizationSpansFieldsEndpoint::GET",
"OrganizationSpansSamplesEndpoint::GET",
"OrganizationSpansTraceEndpoint::GET",
"OrganizationTagKeyValuesEndpoint::GET",
"OrganizationTagsEndpoint::GET",
"OrganizationTransactionAnomalyDetectionEndpoint::GET",
"ProjectCreateSampleTransactionEndpoint::POST",
"ProjectPerformanceGeneralSettingsEndpoint::GET",
"ProjectPerformanceGeneralSettingsEndpoint::POST",
"ProjectPerformanceIssueSettingsEndpoint::DELETE",
"ProjectPerformanceIssueSettingsEndpoint::GET",
"ProjectPerformanceIssueSettingsEndpoint::PUT",
"ProjectTransactionThresholdEndpoint::DELETE",
"ProjectTransactionThresholdEndpoint::GET",
"ProjectTransactionThresholdEndpoint::POST",
"ProjectTransactionThresholdOverrideEndpoint::DELETE",
"ProjectTransactionThresholdOverrideEndpoint::GET",
"ProjectTransactionThresholdOverrideEndpoint::POST"
],
"experimental": [
"OrganizationEventsStatsEndpoint::GET",
"OrganizationMeasurementsMeta::GET",
"OrganizationSpansAggregationEndpoint::GET",
"OrganizationTraceSpansEndpoint::GET",
"OrganizationTracesEndpoint::GET",
"OrganizationTracesStatsEndpoint::GET"
],
"unknown": []
},
"enterprise": {
"block_start": 477,
"public": [
"ExternalTeamDetailsEndpoint::DELETE",
"ExternalTeamDetailsEndpoint::PUT",
"ExternalTeamEndpoint::POST",
"ExternalUserDetailsEndpoint::DELETE",
"ExternalUserDetailsEndpoint::PUT",
"ExternalUserEndpoint::POST",
"OrganizationIntegrationsEndpoint::GET",
"OrganizationMemberDetailsEndpoint::DELETE",
"OrganizationMemberDetailsEndpoint::GET",
"OrganizationMemberDetailsEndpoint::PUT",
"OrganizationMemberIndexEndpoint::GET",
"OrganizationMemberIndexEndpoint::POST",
"OrganizationMemberTeamDetailsEndpoint::DELETE",
"OrganizationMemberTeamDetailsEndpoint::POST",
"OrganizationMemberTeamDetailsEndpoint::PUT",
"OrganizationSCIMMemberDetails::DELETE",
"OrganizationSCIMMemberDetails::GET",
"OrganizationSCIMMemberDetails::PATCH",
"OrganizationSCIMMemberIndex::GET",
"OrganizationSCIMMemberIndex::POST",
"OrganizationSCIMTeamDetails::DELETE",
"OrganizationSCIMTeamDetails::GET",
"OrganizationSCIMTeamDetails::PATCH",
"OrganizationSCIMTeamIndex::GET",
"OrganizationSCIMTeamIndex::POST",
"OrganizationStatsEndpointV2::GET",
"OrganizationStatsSummaryEndpoint::GET",
"OrganizationUserTeamsEndpoint::GET",
"ProjectMemberIndexEndpoint::GET",
"ProjectTeamDetailsEndpoint::DELETE",
"ProjectTeamDetailsEndpoint::POST",
"ProjectTeamsEndpoint::GET",
"ReleaseThresholdStatusIndexEndpoint::GET",
"TeamMembersEndpoint::GET",
"TeamProjectsEndpoint::GET",
"TeamProjectsEndpoint::POST"
],
"private": [
"ApiApplicationRotateSecretEndpoint::POST",
"ApiAuthorizationsEndpoint::DELETE",
"ApiAuthorizationsEndpoint::GET",
"AuthConfigEndpoint::GET",
"AuthIndexEndpoint::DELETE",
"AuthIndexEndpoint::GET",
"AuthIndexEndpoint::POST",
"AuthIndexEndpoint::PUT",
"AuthLoginEndpoint::POST",
"AuthenticatorIndexEndpoint::GET",
"GitHubIntegrationsInstallationEndpoint::GET",
"OAuthUserInfoEndpoint::GET",
"OrgAuthTokenDetailsEndpoint::DELETE",
"OrgAuthTokenDetailsEndpoint::GET",
"OrgAuthTokenDetailsEndpoint::PUT",
"OrgAuthTokensEndpoint::GET",
"OrgAuthTokensEndpoint::POST",
"OrganizationAccessRequestDetailsEndpoint::GET",
"OrganizationAccessRequestDetailsEndpoint::PUT",
"OrganizationAuthProviderDetailsEndpoint::GET",
"OrganizationAuthProvidersEndpoint::GET",
"OrganizationIntegrationMigrateOpsgenieEndpoint::PUT",
"OrganizationMemberTeamDetailsEndpoint::GET",
"OrganizationSCIMSchemaIndex::GET",
"OrganizationStatsEndpoint::GET",
"SentryAppRotateSecretEndpoint::POST",
"TeamStatsEndpoint::GET",
"UserAuthenticatorDetailsEndpoint::DELETE",
"UserAuthenticatorDetailsEndpoint::GET",
"UserAuthenticatorDetailsEndpoint::PUT",
"UserAuthenticatorEnrollEndpoint::GET",
"UserAuthenticatorEnrollEndpoint::POST",
"UserAuthenticatorIndexEndpoint::GET",
"UserPermissionDetailsEndpoint::DELETE",
"UserPermissionDetailsEndpoint::GET",
"UserPermissionDetailsEndpoint::POST",
"UserPermissionsConfigEndpoint::GET",
"UserPermissionsEndpoint::GET",
"WaiveDataSecrecyEndpoint::DELETE",
"WaiveDataSecrecyEndpoint::GET",
"WaiveDataSecrecyEndpoint::PUT"
],
"experimental": [
"OrganizationAuditLogsEndpoint::GET",
"OrganizationProjectsExperimentEndpoint::POST",
"OrganizationSCIMMemberDetails::PUT",
"OrganizationSCIMTeamDetails::PUT",
"ReleaseThresholdDetailsEndpoint::DELETE",
"ReleaseThresholdDetailsEndpoint::GET",
"ReleaseThresholdDetailsEndpoint::PUT",
"ReleaseThresholdEndpoint::GET",
"ReleaseThresholdEndpoint::POST",
"ReleaseThresholdIndexEndpoint::GET"
],
"unknown": []
},
"telemetry-experience": {
"block_start": 574,
"public": [
"OrganizationSessionsEndpoint::GET"
],
"private": [
"ArtifactBundlesEndpoint::DELETE",
"ArtifactBundlesEndpoint::GET",
"DataScrubbingSelectorSuggestionsEndpoint::GET",
"OrganizationOnDemandMetricsEstimationStatsEndpoint::GET",
"OrganizationOnboardingContinuationEmail::POST",
"OrganizationOnboardingTaskEndpoint::GET",
"OrganizationOnboardingTaskEndpoint::POST",
"OrganizationSamplingProjectRatesEndpoint::GET",
"OrganizationSamplingProjectRatesEndpoint::PUT",
"OrganizationSamplingProjectSpanCountsEndpoint::GET",
"OrganizationSdkUpdatesEndpoint::GET",
"OrganizationSdksEndpoint::GET",
"ProjectCreateSampleEndpoint::POST",
"ProjectKeyStatsEndpoint::GET",
"ProjectPlatformsEndpoint::GET"
],
"experimental": [
"CustomRulesEndpoint::GET",
"CustomRulesEndpoint::POST",
"OrganizationMetricsCodeLocationsEndpoint::GET",
"OrganizationMetricsDetailsEndpoint::GET",
"OrganizationMetricsQueryEndpoint::POST",
"OrganizationMetricsSamplesEndpoint::GET",
"OrganizationMetricsTagDetailsEndpoint::GET",
"OrganizationMetricsTagsEndpoint::GET",
"OrganizationReleaseHealthDataEndpoint::GET",
"ProjectMetricsVisibilityEndpoint::PUT"
],
"unknown": []
},
"ecosystem": {
"block_start": 610,
"public": [
"NotificationActionsDetailsEndpoint::DELETE",
"NotificationActionsDetailsEndpoint::GET",
"NotificationActionsDetailsEndpoint::PUT",
"NotificationActionsIndexEndpoint::GET",
"NotificationActionsIndexEndpoint::POST"
],
"private": [
"GitHubEnterpriseWebhookEndpoint::POST",
"GitHubIntegrationsWebhookEndpoint::POST",
"GithubSharedSearchEndpoint::GET",
"GitlabIssueSearchEndpoint::GET",
"OrganizationApiKeyDetailsEndpoint::DELETE",
"OrganizationApiKeyDetailsEndpoint::GET",
"OrganizationApiKeyDetailsEndpoint::PUT",
"OrganizationApiKeyIndexEndpoint::GET",
"OrganizationApiKeyIndexEndpoint::POST",
"SlackActionEndpoint::POST",
"SlackCommandsEndpoint::POST",
"SlackEventEndpoint::POST",
"SlackOptionsLoadEndpoint::POST",
"VstsSearchEndpoint::GET"
],
"experimental": [
"NotificationActionsAvailableEndpoint::GET",
"OrganizationMissingMembersEndpoint::GET"
],
"unknown": []
},
"product-owners-settings-integrations": {
"block_start": 641,
"public": [
"OrganizationConfigIntegrationsEndpoint::GET",
"OrganizationIntegrationDetailsEndpoint::DELETE",
"OrganizationIntegrationDetailsEndpoint::GET"
],
"private": [
"BitbucketDescriptorEndpoint::GET",
"BitbucketInstalledEndpoint::POST",
"BitbucketSearchEndpoint::GET",
"BitbucketUninstalledEndpoint::POST",
"BitbucketWebhookEndpoint::POST",
"DiscordInteractionsEndpoint::POST",
"DocIntegrationAvatarEndpoint::GET",
"DocIntegrationAvatarEndpoint::PUT",
"GitlabWebhookEndpoint::POST",
"IntegrationFeaturesEndpoint::GET",
"JiraDescriptorEndpoint::GET",
"JiraIssueUpdatedWebhook::POST",
"JiraSearchEndpoint::GET",
"JiraSentryInstalledWebhook::POST",
"JiraSentryUninstalledWebhook::POST",
"JiraServerIssueUpdatedWebhook::POST",
"JiraServerSearchEndpoint::GET",
"MsTeamsWebhookEndpoint::POST",
"OrganizationConfigRepositoriesEndpoint::GET",
"OrganizationIntegrationDetailsEndpoint::POST",
"OrganizationIntegrationIssuesEndpoint::PUT",
"OrganizationIntegrationRequestEndpoint::POST",
"OrganizationPluginsConfigsEndpoint::GET",
"OrganizationPluginsEndpoint::GET",
"OrganizationRepositoriesEndpoint::GET",
"OrganizationRepositoriesEndpoint::POST",
"OrganizationRepositoryDetailsEndpoint::DELETE",
"OrganizationRepositoryDetailsEndpoint::PUT",
"OrganizationSentryAppComponentsEndpoint::GET",
"ProjectPluginDetailsEndpoint::DELETE",
"ProjectPluginDetailsEndpoint::GET",
"ProjectPluginDetailsEndpoint::POST",
"ProjectPluginDetailsEndpoint::PUT",
"ProjectPluginsEndpoint::GET",
"ProjectServiceHookDetailsEndpoint::DELETE",
"ProjectServiceHookDetailsEndpoint::GET",
"ProjectServiceHookDetailsEndpoint::PUT",
"SentryAppAuthorizationsEndpoint::POST",
"SentryAppAvatarEndpoint::GET",
"SentryAppAvatarEndpoint::PUT",
"SentryAppComponentsEndpoint::GET",
"SentryAppInstallationExternalIssueActionsEndpoint::POST",
"SentryAppInstallationExternalRequestsEndpoint::GET",
"SentryAppInstallationsEndpoint::POST",
"SentryAppInteractionEndpoint::GET",
"SentryAppInteractionEndpoint::POST",
"SentryAppPublishRequestEndpoint::POST",
"SentryInternalAppTokenDetailsEndpoint::DELETE",
"SentryInternalAppTokensEndpoint::GET",
"SentryInternalAppTokensEndpoint::POST",
"UserOrganizationIntegrationsEndpoint::GET",
"VercelWebhookEndpoint::DELETE",
"VercelWebhookEndpoint::POST",
"WorkItemWebhook::POST"
],
"experimental": [],
"unknown": [
"DocIntegrationDetailsEndpoint::DELETE",
"DocIntegrationDetailsEndpoint::GET",
"DocIntegrationDetailsEndpoint::PUT",
"DocIntegrationsEndpoint::GET",
"DocIntegrationsEndpoint::POST",
"OrganizationIntegrationServerlessFunctionsEndpoint::GET",
"OrganizationIntegrationServerlessFunctionsEndpoint::POST",
"OrganizationRepositoryCommitsEndpoint::GET",
"OrganizationSentryAppsEndpoint::GET",
"ProjectServiceHookStatsEndpoint::GET",
"ProjectServiceHooksEndpoint::GET",
"ProjectServiceHooksEndpoint::POST",
"SentryAppDetailsEndpoint::DELETE",
"SentryAppDetailsEndpoint::GET",
"SentryAppDetailsEndpoint::PUT",
"SentryAppFeaturesEndpoint::GET",
"SentryAppInstallationDetailsEndpoint::DELETE",
"SentryAppInstallationDetailsEndpoint::GET",
"SentryAppInstallationDetailsEndpoint::PUT",
"SentryAppInstallationExternalIssuesEndpoint::POST",
"SentryAppInstallationsEndpoint::GET",
"SentryAppRequestsEndpoint::GET",
"SentryAppsStatsEndpoint::GET"
]
},
"crons": {
"block_start": 731,
"public": [
"OrganizationMonitorCheckInIndexEndpoint::GET",
"OrganizationMonitorDetailsEndpoint::DELETE",
"OrganizationMonitorDetailsEndpoint::GET",
"OrganizationMonitorDetailsEndpoint::PUT",
"OrganizationMonitorIndexEndpoint::GET",
"OrganizationMonitorIndexEndpoint::POST",
"ProjectMonitorCheckInIndexEndpoint::GET",
"ProjectMonitorDetailsEndpoint::DELETE",
"ProjectMonitorDetailsEndpoint::GET",
"ProjectMonitorDetailsEndpoint::PUT"
],
"private": [
"OrganizationMonitorIndexStatsEndpoint::GET",
"OrganizationMonitorProcessingErrorsIndexEndpoint::GET",
"OrganizationMonitorScheduleSampleDataEndpoint::GET",
"OrganizationMonitorStatsEndpoint::GET",
"ProjectMonitorCheckInAttachmentEndpoint::GET",
"ProjectMonitorProcessingErrorsIndexEndpoint::DELETE",
"ProjectMonitorProcessingErrorsIndexEndpoint::GET",
"ProjectMonitorStatsEndpoint::GET",
"ProjectProcessingErrorsDetailsEndpoint::DELETE",
"ProjectProcessingErrorsIndexEndpoint::DELETE"
],
"experimental": [
"OrganizationMonitorEnvironmentDetailsEndpoint::DELETE",
"OrganizationMonitorEnvironmentDetailsEndpoint::PUT",
"OrganizationMonitorIndexEndpoint::PUT",
"ProjectMonitorEnvironmentDetailsEndpoint::DELETE",
"ProjectMonitorEnvironmentDetailsEndpoint::PUT",
"ProjectUptimeAlertDetailsEndpoint::DELETE",
"ProjectUptimeAlertDetailsEndpoint::GET",
"ProjectUptimeAlertDetailsEndpoint::PUT",
"ProjectUptimeAlertIndexEndpoint::POST"
],
"unknown": []
},
"feedback-backend": {
"block_start": 770,
"public": [],
"private": [
"OrganizationUserReportsEndpoint::GET",
"ProjectUserReportsEndpoint::GET",
"ProjectUserReportsEndpoint::POST"
],
"experimental": [],
"unknown": []
},
"replay-backend": {
"block_start": 781,
"public": [
"OrganizationReplayCountEndpoint::GET",
"OrganizationReplayDetailsEndpoint::GET",
"OrganizationReplayIndexEndpoint::GET",
"OrganizationReplaySelectorIndexEndpoint::GET",
"ProjectReplayClicksIndexEndpoint::GET",
"ProjectReplayDetailsEndpoint::DELETE",
"ProjectReplayRecordingSegmentDetailsEndpoint::GET",
"ProjectReplayRecordingSegmentIndexEndpoint::GET",
"ProjectReplayViewedByEndpoint::GET"
],
"private": [
"OrganizationFlagLogDetailsEndpoint::GET",
"OrganizationFlagLogIndexEndpoint::GET",
"OrganizationFlagsHooksEndpoint::POST",
"OrganizationReplayEventsMetaEndpoint::GET",
"ProjectReplayDetailsEndpoint::GET",
"ProjectReplayViewedByEndpoint::POST"
],
"experimental": [
"ProjectReplayVideoDetailsEndpoint::GET"
],
"unknown": []
},
"profiling": {
"block_start": 807,
"public": [],
"private": [
"OrganizationProfilingChunksEndpoint::GET",
"OrganizationProfilingChunksFlamegraphEndpoint::GET",
"OrganizationProfilingFlamegraphEndpoint::GET",
"OrganizationProfilingFunctionTrendsEndpoint::GET",
"OrganizationProfilingHasChunksEndpoint::GET",
"ProjectProfilingEventEndpoint::GET",
"ProjectProfilingProfileEndpoint::GET",
"ProjectProfilingRawProfileEndpoint::GET",
"ProjectStatisticalDetectors::GET"
],
"experimental": [],
"unknown": []
},
"hybrid-cloud": {
"block_start": 824,
"public": [],
"private": [
"InternalRpcServiceEndpoint::POST",
"OrganizationRegionEndpoint::GET",
"OrganizationUnsubscribeIssue::GET",
"OrganizationUnsubscribeIssue::POST",
"OrganizationUnsubscribeProject::GET",
"OrganizationUnsubscribeProject::POST",
"UserRegionsEndpoint::GET"
],
"experimental": [],
"unknown": []
},
"open-source": {
"block_start": 839,
"public": [],
"private": [
"InternalBeaconEndpoint::POST",
"InternalEAFeaturesEndpoint::GET",
"InternalEnvironmentEndpoint::GET",
"InternalFeatureFlagsEndpoint::GET",
"InternalFeatureFlagsEndpoint::PUT",
"InternalMailEndpoint::GET",
"InternalMailEndpoint::POST",
"InternalPackagesEndpoint::GET",
"InternalQueueTasksEndpoint::GET",
"InternalQuotasEndpoint::GET",
"InternalStatsEndpoint::GET",
"InternalWarningsEndpoint::GET",
"SystemHealthEndpoint::GET",
"SystemOptionsEndpoint::GET",
"SystemOptionsEndpoint::PUT"
],
"experimental": [
"OrganizationForkEndpoint::POST",
"RelocationAbortEndpoint::PUT",
"RelocationArtifactDetailsEndpoint::GET",
"RelocationArtifactIndexEndpoint::GET",
"RelocationCancelEndpoint::PUT",
"RelocationDetailsEndpoint::GET",
"RelocationIndexEndpoint::GET",
"RelocationIndexEndpoint::POST",
"RelocationPauseEndpoint::PUT",
"RelocationPublicKeyEndpoint::GET",
"RelocationRecoverEndpoint::PUT",
"RelocationRetryEndpoint::POST",
"RelocationUnpauseEndpoint::PUT"
],
"unknown": []
},
"team-web-sdk-frontend": {
"block_start": 876,
"public": [],
"private": [
"SourceMapDebugBlueThunderEditionEndpoint::GET"
],
"experimental": [
"SetupWizard::DELETE",
"SetupWizard::GET"
],
"unknown": []
},
"security": {
"block_start": 888,
"public": [],
"private": [
"ApiTokenDetailsEndpoint::DELETE",
"ApiTokenDetailsEndpoint::GET",
"ApiTokenDetailsEndpoint::PUT",
"ApiTokensEndpoint::DELETE",
"ApiTokensEndpoint::GET",
"ApiTokensEndpoint::POST",
"UserPasswordEndpoint::PUT"
],
"experimental": [
"AuthValidateEndpoint::GET"
],
"unknown": []
},
"revenue": {
"block_start": 905,
"public": [],
"private": [
"CheckAM2CompatibilityEndpoint::GET"
],
"experimental": [],
"unknown": []
}
}