Skip to content
Closed
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions code/API_definitions/connected-network-type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ components:
ConnectedNetworkTypeResponse:
type: object
required:
- lastStatusTime
- connectedNetworkType
properties:
lastStatusTime:
Expand Down
1 change: 1 addition & 0 deletions code/API_definitions/device-reachability-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ components:
ReachabilityStatusResponse:
type: object
required:
- lastStatusTime
- reachable
properties:
lastStatusTime:
Expand Down
1 change: 1 addition & 0 deletions code/API_definitions/device-roaming-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ components:
RoamingStatusResponse:
type: object
required:
- lastStatusTime
- roaming
properties:
lastStatusTime:
Expand Down