Skip to content

Commit

Permalink
Merge pull request #115 from fingerprintjs/fix-webhook-tag-field
Browse files Browse the repository at this point in the history
Make `tag` field optional for webhook
  • Loading branch information
ilfa authored Aug 1, 2024
2 parents f122754 + b9b3efa commit 96c587e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/fingerprint-server-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,6 @@ components:
- time
- timestamp
- url
- tag
- visitorFound
title: Visit
BrowserDetails:
Expand Down Expand Up @@ -1228,6 +1227,8 @@ components:
- Ibk1527CUFmcnjLwIs4A
required:
- visitorId
- required:
- tag
error:
$ref: '#/components/schemas/IdentificationError'
botd:
Expand Down

0 comments on commit 96c587e

Please sign in to comment.