Skip to content

Commit 1a53eef

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 479ca66 of spec repo
1 parent 3a9d2ed commit 1a53eef

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

config/_default/menus/api.en.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

data/api/v2/full_spec.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

data/api/v2/translate_actions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1974,7 +1974,7 @@
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",

0 commit comments

Comments
 (0)