We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5838037 commit 8291259Copy full SHA for 8291259
.generator/schemas/v2/openapi.yaml
@@ -77079,12 +77079,13 @@ paths:
77079
schema:
77080
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
77081
type: string
77082
- - description: Retrieves the on-call user at the given timestamp (ISO-8601).
77083
- Defaults to the current time if omitted."
+ - description: 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
77084
+ time if omitted.
77085
in: query
77086
name: filter[at_ts]
77087
- example: '2025-05-07T02:53:01Z'
77088
+ example: '2025-05-07T02:53:01+00:00'
77089
77090
responses:
77091
'200':
0 commit comments