File tree Expand file tree Collapse file tree
src/main/java/com/datadog/api/client/v2/api Expand file tree Collapse file tree Original file line number Diff line number Diff 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':
Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments