Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LastChecked description #88

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions code/API_definitions/device-identifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -526,10 +526,10 @@ components:
schemas:
LastChecked:
description: |
Last time that the associated device identity was checked and, if necessary, updated
The last time that the information returned (e.g. IMEI) was confirmed to be correct by the mobile operator for the provided device identifier (e.g. phone number)
properties:
lastChecked:
description: Date and time information was last checked
description: Date and time that the information was last confirmed by the mobile operator to be correct
type: string
format: date-time
example: "2024-02-20T10:41:38.657Z"
Expand Down
Loading