Skip to content

Commit 87b2edb

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c6dcde6 of spec repo
1 parent 6160f2f commit 87b2edb

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':

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:01+00:00`). Defaults to the current time if omitted.
26612661
* @type string
26622662
*/
26632663
filterAtTs?: string;

0 commit comments

Comments
 (0)