Skip to content

Commit 4277d72

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit db113ff of spec repo
1 parent 0acfd73 commit 4277d72

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78234,8 +78234,10 @@ paths:
7823478234
schema:
7823578235
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
7823678236
type: string
78237-
- description: Retrieves the on-call user at the given timestamp (ISO-8601).
78238-
Defaults to the current time if omitted."
78237+
- description: Retrieves the on-call user at the given timestamp in RFC3339
78238+
format (for example, `2025-05-07T02:53:01Z` or `2025-05-07T02:53:01+00:00`).
78239+
When using timezone offsets with `+` or `-`, ensure proper URL encoding
78240+
(`+` should be encoded as `%2B`). Defaults to the current time if omitted.
7823978241
in: query
7824078242
name: filter[at_ts]
7824178243
schema:

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:01Z` or `2025-05-07T02:53:01+00:00`). When using timezone offsets with `+` or `-`, ensure proper URL encoding (`+` should be encoded as `%2B`). 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)