We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1db62 commit a3f646fCopy full SHA for a3f646f
.generator/schemas/v2/openapi.yaml
@@ -79176,8 +79176,10 @@ paths:
79176
schema:
79177
example: 3653d3c6-0c75-11ea-ad28-fb5701eabc7d
79178
type: string
79179
- - description: Retrieves the on-call user at the given timestamp (ISO-8601).
79180
- 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: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.
79183
in: query
79184
name: filter[at_ts]
79185
0 commit comments