Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions code/API_definitions/predictive-connectivity-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -306,15 +306,15 @@ components:
type: string
format: date-time
description: >-
Start date time in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601)
Start date time. It must follow [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6)
and must have time zone. Recommended format is
YYYY-MM-dd'T'HH:mm:ss.SSSZ (i.e. which allows
2023-07-03T14:27:08.312+02:00 or 2023-07-03T12:27:08.312Z).
endTime:
type: string
format: date-time
description: >-
End date time in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601)
End date time. It must follow [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6)
and must have time zone. Recommended format is
YYYY-MM-dd'T'HH:mm:ss.SSSZ (i.e. which allows
2023-07-03T14:27:08.312+02:00 or 2023-07-03T12:27:08.312Z).
Expand Down Expand Up @@ -726,19 +726,19 @@ components:
ErrorInfo:
type: object
required:
- message
- status
- code
- message
properties:
message:
type: string
description: A human-readable description of what the event represents
status:
type: integer
description: HTTP status code returned along with this error response.
description: HTTP response status code
code:
type: string
description: Code given to this error.
message:
type: string
description: Detailed error description.
description: A human-readable code to describe the error
responses:
RetrieveConnectivityBadRequest400:
description: >-
Expand Down