Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9337,9 +9337,9 @@ menu:
- GetTeamOnCallUsers
unstable: []
order: 12
- name: Get the schedule on-call user
url: '#get-the-schedule-on-call-user'
identifier: on-call-get-the-schedule-on-call-user
- name: Get the scheduled on-call user
url: '#get-the-scheduled-on-call-user'
identifier: on-call-get-the-scheduled-on-call-user
parent: on-call
generated: true
params:
Expand Down
10 changes: 9 additions & 1 deletion data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74001,10 +74001,14 @@ paths:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Get the schedule on-call user
summary: Get the scheduled on-call user
tags:
- On-Call
x-menu-order: 11
x-permission:
operator: AND
permissions:
- on_call_read
/api/v2/on-call/teams/{team_id}/on-call:
get:
description: Get a team's on-call users at a given time
Expand Down Expand Up @@ -74048,6 +74052,10 @@ paths:
tags:
- On-Call
x-menu-order: 12
x-permission:
operator: AND
permissions:
- on_call_read
/api/v2/on-call/teams/{team_id}/routing-rules:
get:
description: Get a team's On-Call routing rules
Expand Down
2 changes: 1 addition & 1 deletion data/api/v2/translate_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1974,7 +1974,7 @@
},
"GetScheduleOnCallUser": {
"description": "Retrieves the user who is on-call for the specified schedule at a given time.",
"summary": "Get the schedule on-call user"
"summary": "Get the scheduled on-call user"
},
"GetTeamOnCallUsers": {
"description": "Get a team's on-call users at a given time",
Expand Down
Loading