From b9b3efadd98eb86fcdba2b63cb4bef3f8276873f Mon Sep 17 00:00:00 2001 From: Ilya Taratukhin Date: Wed, 31 Jul 2024 14:40:35 +0200 Subject: [PATCH] feat: make `tag` field optional for webhook --- schemas/fingerprint-server-api.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schemas/fingerprint-server-api.yaml b/schemas/fingerprint-server-api.yaml index 5434f2c2..4cb87af1 100644 --- a/schemas/fingerprint-server-api.yaml +++ b/schemas/fingerprint-server-api.yaml @@ -1026,7 +1026,6 @@ components: - time - timestamp - url - - tag - visitorFound title: Visit BrowserDetails: @@ -1228,6 +1227,8 @@ components: - Ibk1527CUFmcnjLwIs4A required: - visitorId + - required: + - tag error: $ref: '#/components/schemas/IdentificationError' botd: