Skip to content

Commit dfeda0c

Browse files
docs(rest-api): specify the date-time format in query string parameters
1 parent 0c7dcda commit dfeda0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/rest-api/rest-api-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ paths:
7676
- in: query
7777
name: dateTime
7878
required: false
79-
description: Specify a past date in order to obtain historical data
79+
description: Specify a past date in order to obtain historical data. The date must be specified in the ISO 8601 UTC date format.
8080
schema:
8181
type: string
8282
format: date-time
@@ -153,7 +153,7 @@ paths:
153153
- in: query
154154
name: dateTime
155155
required: false
156-
description: Specify a past date in order to obtain historical data
156+
description: Specify a past date in order to obtain historical data. The date must be specified in the ISO 8601 UTC date format.
157157
schema:
158158
type: string
159159
format: date-time

0 commit comments

Comments
 (0)