Skip to content

Commit a9ca654

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c6dcde6 of spec repo
1 parent 00ccc5b commit a9ca654

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

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

src/main/java/com/datadog/api/client/v2/api/OnCallApi.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2005,8 +2005,9 @@ public GetScheduleOnCallUserOptionalParameters include(String include) {
20052005
/**
20062006
* Set filterAtTs.
20072007
*
2008-
* @param filterAtTs Retrieves the on-call user at the given timestamp (ISO-8601). Defaults to
2009-
* the current time if omitted." (optional)
2008+
* @param filterAtTs Retrieves the on-call user at the given timestamp in RFC3339 format (for
2009+
* example, <code>2025-05-07T02:53:01+00:00</code>). Defaults to the current time if
2010+
* omitted. (optional)
20102011
* @return GetScheduleOnCallUserOptionalParameters
20112012
*/
20122013
public GetScheduleOnCallUserOptionalParameters filterAtTs(String filterAtTs) {

0 commit comments

Comments
 (0)