From b1f4633c7a5993b078b74c317bab89047ece15c6 Mon Sep 17 00:00:00 2001 From: Evgeniy Sinev Date: Tue, 4 Jul 2023 13:17:08 +0400 Subject: [PATCH] Updated swagger json --- .../src/main/resources/swagger-ui/pos-proxy.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/server/src/main/resources/swagger-ui/pos-proxy.json b/server/src/main/resources/swagger-ui/pos-proxy.json index 67c9a83..cf6811a 100644 --- a/server/src/main/resources/swagger-ui/pos-proxy.json +++ b/server/src/main/resources/swagger-ui/pos-proxy.json @@ -64,6 +64,11 @@ "type": "string", "description": "POS terminal address", "example": "10.0.1.20:27015" + }, + "terminalId": { + "type": "string", + "description": "Terminal ID", + "example": "3A123456" } } } @@ -133,6 +138,11 @@ "type": "string", "description": "POS terminal address", "example": "10.0.1.20:27015" + }, + "terminalId": { + "type": "string", + "description": "Terminal ID", + "example": "3A123456" } } } @@ -188,6 +198,11 @@ "type": "string", "description": "POS terminal address", "example": "10.0.1.20:27015" + }, + "terminalId": { + "type": "string", + "description": "Terminal ID", + "example": "3A123456" } } }