Skip to content

Commit 9d3a0f8

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update summary for Get schedule on-call user endpoint (#2408)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 27b68f9 commit 9d3a0f8

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-05-14 09:52:26.915717",
8-
"spec_repo_commit": "996fd99d"
7+
"regenerated": "2025-05-14 14:48:50.219008",
8+
"spec_repo_commit": "90c6252d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-14 09:52:26.932757",
13-
"spec_repo_commit": "996fd99d"
12+
"regenerated": "2025-05-14 14:48:50.238620",
13+
"spec_repo_commit": "90c6252d"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51849,7 +51849,7 @@ paths:
5184951849
- apiKeyAuth: []
5185051850
appKeyAuth: []
5185151851
- AuthZ: []
51852-
summary: Get the schedule of an on-call user
51852+
summary: Get the schedule on-call user
5185351853
tags:
5185451854
- On-Call
5185551855
/api/v2/on-call/teams/{team_id}/routing-rules:

cassettes/features/v2/on-call/Get-the-schedule-of-an-on-call-user-returns-OK-response.frozen

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-05-13T23:33:52.641Z

cassettes/features/v2/on-call/Get-the-schedule-of-an-on-call-user-returns-OK-response.yml renamed to cassettes/features/v2/on-call/Get-the-schedule-on-call-user-returns-OK-response.yml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/v2/on-call/GetScheduleOnCallUser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the schedule of an on-call user returns "OK" response
1+
# Get the schedule on-call user returns "OK" response
22

33
require "datadog_api_client"
44
api_instance = DatadogAPIClient::V2::OnCallAPI.new

features/v2/on-call.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,21 +123,21 @@ Feature: On-Call
123123
Then the response status is 200 OK
124124

125125
@generated @skip @team:DataDog/bugle
126-
Scenario: Get the schedule of an on-call user returns "Bad Request" response
126+
Scenario: Get the schedule on-call user returns "Bad Request" response
127127
Given new "GetScheduleOnCallUser" request
128128
And request contains "schedule_id" parameter from "REPLACE.ME"
129129
When the request is sent
130130
Then the response status is 400 Bad Request
131131

132132
@generated @skip @team:DataDog/bugle
133-
Scenario: Get the schedule of an on-call user returns "Not Found" response
133+
Scenario: Get the schedule on-call user returns "Not Found" response
134134
Given new "GetScheduleOnCallUser" request
135135
And request contains "schedule_id" parameter from "REPLACE.ME"
136136
When the request is sent
137137
Then the response status is 404 Not Found
138138

139139
@team:DataDog/bugle
140-
Scenario: Get the schedule of an on-call user returns "OK" response
140+
Scenario: Get the schedule on-call user returns "OK" response
141141
Given new "GetScheduleOnCallUser" request
142142
And there is a valid "schedule" in the system
143143
And request contains "schedule_id" parameter from "schedule.data.id"

lib/datadog_api_client/v2/api/on_call_api.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,15 +492,15 @@ def get_on_call_team_routing_rules_with_http_info(team_id, opts = {})
492492
return data, status_code, headers
493493
end
494494

495-
# Get the schedule of an on-call user.
495+
# Get the schedule on-call user.
496496
#
497497
# @see #get_schedule_on_call_user_with_http_info
498498
def get_schedule_on_call_user(schedule_id, opts = {})
499499
data, _status_code, _headers = get_schedule_on_call_user_with_http_info(schedule_id, opts)
500500
data
501501
end
502502

503-
# Get the schedule of an on-call user.
503+
# Get the schedule on-call user.
504504
#
505505
# Retrieves the user who is on-call for the specified schedule at a given time.
506506
#

0 commit comments

Comments
 (0)