Skip to content

Commit ae35b06

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update timestamp details for On Call API (#3257)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 9f779c9 commit ae35b06

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
@@ -79176,8 +79176,10 @@ paths:
7917679176
schema:
7917779177
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
7917879178
type: string
79179-
- description: Retrieves the on-call user at the given timestamp (ISO-8601).
79180-
Defaults to the current time if omitted."
79179+
- description: Retrieves the on-call user at the given timestamp in RFC3339
79180+
format (for example, `2025-05-07T02:53:01Z` or `2025-05-07T02:53:01+00:00`).
79181+
When using timezone offsets with `+` or `-`, ensure proper URL encoding
79182+
(`+` should be encoded as `%2B`). Defaults to the current time if omitted.
7918179183
in: query
7918279184
name: filter[at_ts]
7918379185
schema:

services/on_call/src/v2/OnCallApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2657,7 +2657,7 @@ export interface OnCallApiGetScheduleOnCallUserRequest {
26572657
*/
26582658
include?: string;
26592659
/**
2660-
* Retrieves the on-call user at the given timestamp (ISO-8601). Defaults to the current time if omitted."
2660+
* 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.
26612661
* @type string
26622662
*/
26632663
filterAtTs?: string;

0 commit comments

Comments
 (0)