Skip to content

Commit

Permalink
Update device-status.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinvodafone authored May 7, 2024
1 parent 394cd9d commit fe37fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/API_definitions/device-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ info:
- `CONNECTED_DATA`, if device is connected to the network via data usage
- `NOT_CONNECTED`, if device is not connected to the network
* **LastStatusTime** : This property specifies the time when the status was last checked. Its inclusion in the response indicates that the information may not be current, while its absence suggests that the status information is fresh.
* **LastStatusTime** : This property specifies the time when the status was last updated. Its presence in the response indicates the freshness of the information, while its absence implies the information may be outdated or its freshness is uncertain.
# API Functionality
Expand Down Expand Up @@ -487,7 +487,7 @@ components:
$ref: "#/components/schemas/CountryName"

LastStatusTime:
description: Last time that the associated device roaming status/connectivity was checked and, if necessary, updated
description: Last time that the associated device roaming status/connectivity was updated
type: string
format: date-time
example: "2024-02-20T10:41:38.657Z"
Expand Down

0 comments on commit fe37fb5

Please sign in to comment.