From 39caa32b1ab54a069a58e1c7ce2bd265682ba3f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 2 Aug 2025 15:46:31 +0200 Subject: [PATCH] Fix type in openapi.json --- openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.json b/openapi.json index 66288ec..2a16fb0 100644 --- a/openapi.json +++ b/openapi.json @@ -348,7 +348,7 @@ }, "TransactionId": { "type": "number", - "example": "99844942" + "example": 99844942 }, "Method": { "type": "string",