Skip to content

Commit cb44315

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c6dcde6 of spec repo
1 parent 8ab418d commit cb44315

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77079,12 +77079,13 @@ paths:
7707977079
schema:
7708077080
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
7708177081
type: string
77082-
- description: Retrieves the on-call user at the given timestamp (ISO-8601).
77083-
Defaults to the current time if omitted."
77082+
- description: Retrieves the on-call user at the given timestamp in RFC3339
77083+
format (for example, `2025-05-07T02:53:01+00:00`). Defaults to the current
77084+
time if omitted.
7708477085
in: query
7708577086
name: filter[at_ts]
7708677087
schema:
77087-
example: '2025-05-07T02:53:01Z'
77088+
example: '2025-05-07T02:53:01+00:00'
7708877089
type: string
7708977090
responses:
7709077091
'200':

lib/datadog_api_client/v2/api/on_call_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ def get_schedule_on_call_user(schedule_id, opts = {})
791791
# @param schedule_id [String] The ID of the schedule.
792792
# @param opts [Hash] the optional parameters
793793
# @option opts [String] :include Specifies related resources to include in the response as a comma-separated list. Allowed value: `user`.
794-
# @option opts [String] :filter_at_ts Retrieves the on-call user at the given timestamp (ISO-8601). Defaults to the current time if omitted."
794+
# @option opts [String] :filter_at_ts Retrieves the on-call user at the given timestamp in RFC3339 format (for example, `2025-05-07T02:53:01+00:00`). Defaults to the current time if omitted.
795795
# @return [Array<(Shift, Integer, Hash)>] Shift data, response status code and response headers
796796
def get_schedule_on_call_user_with_http_info(schedule_id, opts = {})
797797

0 commit comments

Comments
 (0)