File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -9337,9 +9337,9 @@ menu:
93379337 - GetTeamOnCallUsers
93389338 unstable : []
93399339 order : 12
9340- - name : Get the schedule on-call user
9341- url : ' #get-the-schedule -on-call-user'
9342- identifier : on-call-get-the-schedule -on-call-user
9340+ - name : Get the scheduled on-call user
9341+ url : ' #get-the-scheduled -on-call-user'
9342+ identifier : on-call-get-the-scheduled -on-call-user
93439343 parent : on-call
93449344 generated : true
93459345 params :
Original file line number Diff line number Diff line change @@ -74001,10 +74001,14 @@ paths:
7400174001 - apiKeyAuth: []
7400274002 appKeyAuth: []
7400374003 - AuthZ: []
74004- summary: Get the schedule on-call user
74004+ summary: Get the scheduled on-call user
7400574005 tags:
7400674006 - On-Call
7400774007 x-menu-order: 11
74008+ x-permission:
74009+ operator: AND
74010+ permissions:
74011+ - on_call_read
7400874012 /api/v2/on-call/teams/{team_id}/on-call:
7400974013 get:
7401074014 description: Get a team's on-call users at a given time
@@ -74048,6 +74052,10 @@ paths:
7404874052 tags:
7404974053 - On-Call
7405074054 x-menu-order: 12
74055+ x-permission:
74056+ operator: AND
74057+ permissions:
74058+ - on_call_read
7405174059 /api/v2/on-call/teams/{team_id}/routing-rules:
7405274060 get:
7405374061 description: Get a team's On-Call routing rules
Original file line number Diff line number Diff line change 19741974 },
19751975 "GetScheduleOnCallUser" : {
19761976 "description" : " Retrieves the user who is on-call for the specified schedule at a given time." ,
1977- "summary" : " Get the schedule on-call user"
1977+ "summary" : " Get the scheduled on-call user"
19781978 },
19791979 "GetTeamOnCallUsers" : {
19801980 "description" : " Get a team's on-call users at a given time" ,
You can’t perform that action at this time.
0 commit comments