From a4c32b0473e77fa5941c246949cc5d84bf25f24d Mon Sep 17 00:00:00 2001 From: Daniel Nowosielski Date: Wed, 4 Feb 2026 13:59:48 +0100 Subject: [PATCH] Fix encryptedToken definition in open-api.json #669 --- open-api.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/open-api.json b/open-api.json index 3127eda..4b0295d 100644 --- a/open-api.json +++ b/open-api.json @@ -10433,8 +10433,7 @@ }, "encryptedToken": { "type": "string", - "description": "Zaszyfrowany token wraz z timestampem z challenge'a, w postaci `token|timestamp`, zakodowany w formacie Base64.", - "format": "byte" + "description": "Zaszyfrowany token wraz z timestampem z challenge'a, w postaci `token|timestamp`, zakodowany w formacie Base64." }, "authorizationPolicy": { "allOf": [ @@ -15000,4 +14999,4 @@ ] } ] -} \ No newline at end of file +}