Skip to content

Commit

Permalink
Augment description for Factory Reset Smart Signal.
Browse files Browse the repository at this point in the history
  • Loading branch information
leenasudhakar authored Jul 27, 2024
1 parent bd7f3ba commit c2a4fab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions schemas/fingerprint-server-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1754,13 +1754,15 @@ components:
time:
description: |
Indicates the time (in UTC) of the most recent factory reset that happened on the **mobile device**.
When a factory reset cannot be detected on the mobile device or when the request was initiated from a browser, this field will correspond to the *epoch* time (i.e 1 Jan 1970 UTC).
When a factory reset cannot be detected on the mobile device or when the request is initiated from a browser, this field will correspond to the *epoch* time (i.e 1 Jan 1970 UTC).
See [Factory Reset Detection](https://dev.fingerprint.com/docs/smart-signals-overview#factory-reset-detection) to learn more about this Smart Signal.
type: string
format: date-time
example: '2022-06-09T22:58:36Z'
timestamp:
description: The value in the `time` represented as Unix epoch time.
description: |
This field is just another representation of the value in the `time` field.
The time of the most recent factory reset that happened on the **mobile device** is expressed as Unix epoch time.
type: integer
format: int64
example: 1654815517198
Expand Down

0 comments on commit c2a4fab

Please sign in to comment.