File tree 6 files changed +16
-15
lines changed
6 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 29
29
30
30
31
31
@region_silo_endpoint
32
- @extend_schema (tags = ["Notifications " ])
32
+ @extend_schema (tags = ["Alerts " ])
33
33
class NotificationActionsDetailsEndpoint (OrganizationEndpoint ):
34
34
publish_status = {
35
35
"DELETE" : ApiPublishStatus .PUBLIC ,
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class NotificationActionsPermission(OrganizationPermission):
48
48
49
49
50
50
@region_silo_endpoint
51
- @extend_schema (tags = ["Notifications " ])
51
+ @extend_schema (tags = ["Alerts " ])
52
52
class NotificationActionsIndexEndpoint (OrganizationEndpoint ):
53
53
publish_status = {
54
54
"GET" : ApiPublishStatus .PUBLIC ,
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ class ProjectRuleDetailsPutSerializer(serializers.Serializer):
94
94
)
95
95
96
96
97
- @extend_schema (tags = ["Events " ])
97
+ @extend_schema (tags = ["Alerts " ])
98
98
@region_silo_endpoint
99
99
class ProjectRuleDetailsEndpoint (RuleEndpoint ):
100
100
publish_status = {
Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ class ProjectRulesPostSerializer(serializers.Serializer):
441
441
)
442
442
443
443
444
- @extend_schema (tags = ["Events " ])
444
+ @extend_schema (tags = ["Alerts " ])
445
445
@region_silo_endpoint
446
446
class ProjectRulesEndpoint (ProjectEndpoint ):
447
447
publish_status = {
Original file line number Diff line number Diff line change 671
671
" OrganizationProjectsExperimentEndpoint::POST" ,
672
672
" OrganizationSCIMMemberDetails::PUT" ,
673
673
" OrganizationSCIMTeamDetails::PUT" ,
674
+ " ReleaseThresholdIndexEndpoint::GET" ,
674
675
" ReleaseThresholdStatusIndexEndpoint::GET"
675
676
],
676
677
"unknown" : [
707
708
]
708
709
},
709
710
"telemetry-experience" : {
710
- "block_start" : 709 ,
711
+ "block_start" : 710 ,
711
712
"public" : [],
712
713
"private" : [],
713
714
"experimental" : [
726
727
]
727
728
},
728
729
"team-starfish" : {
729
- "block_start" : 727 ,
730
+ "block_start" : 729 ,
730
731
"public" : [],
731
732
"private" : [],
732
733
"experimental" : [],
736
737
]
737
738
},
738
739
"growth" : {
739
- "block_start" : 737 ,
740
+ "block_start" : 739 ,
740
741
"public" : [],
741
742
"private" : [],
742
743
"experimental" : [],
745
746
]
746
747
},
747
748
"feedback-backend" : {
748
- "block_start" : 746 ,
749
+ "block_start" : 748 ,
749
750
"public" : [],
750
751
"private" : [],
751
752
"experimental" : [
757
758
"unknown" : []
758
759
},
759
760
"replay-backend" : {
760
- "block_start" : 758 ,
761
+ "block_start" : 760 ,
761
762
"public" : [],
762
763
"private" : [],
763
764
"experimental" : [],
766
767
]
767
768
},
768
769
"profiling" : {
769
- "block_start" : 767 ,
770
+ "block_start" : 769 ,
770
771
"public" : [],
771
772
"private" : [],
772
773
"experimental" : [],
782
783
]
783
784
},
784
785
"team-web-sdk-frontend" : {
785
- "block_start" : 783 ,
786
+ "block_start" : 785 ,
786
787
"public" : [],
787
788
"private" : [
788
789
" SourceMapDebugBlueThunderEditionEndpoint::GET"
791
792
"unknown" : []
792
793
},
793
794
"hybrid-cloud" : {
794
- "block_start" : 792 ,
795
+ "block_start" : 794 ,
795
796
"public" : [],
796
797
"private" : [],
797
798
"experimental" : [],
Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ def get_old_json_components(filename: str) -> json.JSONData:
123
123
},
124
124
},
125
125
{
126
- "name" : "Notifications " ,
127
- "x-sidebar-name" : "Notifications" ,
128
- "description" : "Endpoints for Notifications" ,
126
+ "name" : "Alerts " ,
127
+ "x-sidebar-name" : "Alerts & Notifications" ,
128
+ "description" : "Endpoints for Alerts and Notifications" ,
129
129
"x-display-description" : False ,
130
130
"externalDocs" : {
131
131
"description" : "Found an error? Let us know." ,
You can’t perform that action at this time.
0 commit comments