Skip to content

Commit

Permalink
Merge pull request #65 from fingerprintjs/doc-10-auxiliarymobile
Browse files Browse the repository at this point in the history
Update fingerprint-server-api.yaml
  • Loading branch information
ilfa authored Sep 19, 2023
2 parents 2212614 + 3f30c97 commit b347911
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion examples/get_event.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@
"result": false,
"methods": {
"timezoneMismatch": false,
"publicVPN": false
"publicVPN": false,
"auxiliaryMobile": false
}
}
},
Expand Down
3 changes: 2 additions & 1 deletion examples/webhook.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
"result": false,
"methods": {
"timezoneMismatch": false,
"publicVPN": false
"publicVPN": false,
"auxiliaryMobile": false
}
},
"proxy": {
Expand Down
6 changes: 5 additions & 1 deletion schemas/fingerprint-server-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ components:
properties:
result:
type: boolean
description: VPN or other anonymising service has been used when sending the request.
description: VPN or other anonymizing service has been used when sending the request.
example: false
methods:
type: object
Expand All @@ -1442,6 +1442,10 @@ components:
type: boolean
description: Request IP address is owned and used by a public VPN service provider.
example: false
auxiliaryMobile:
type: boolean
description: This method applies to mobile devices only. Indicates the result of additional methods used to detect a VPN in mobile devices.
example: false
TamperingResult:
type: object
properties:
Expand Down

0 comments on commit b347911

Please sign in to comment.