Skip to content

Commit

Permalink
feat: make tag field optional for webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Aug 1, 2024
1 parent ecb4e5f commit b9b3efa
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 b9b3efa

Please sign in to comment.