Skip to content

Commit

Permalink
Updated swagger json
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Sinev committed Jul 4, 2023
1 parent c4001b2 commit b1f4633
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions server/src/main/resources/swagger-ui/pos-proxy.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
"type": "string",
"description": "POS terminal address",
"example": "10.0.1.20:27015"
},
"terminalId": {
"type": "string",
"description": "Terminal ID",
"example": "3A123456"
}
}
}
Expand Down Expand Up @@ -133,6 +138,11 @@
"type": "string",
"description": "POS terminal address",
"example": "10.0.1.20:27015"
},
"terminalId": {
"type": "string",
"description": "Terminal ID",
"example": "3A123456"
}
}
}
Expand Down Expand Up @@ -188,6 +198,11 @@
"type": "string",
"description": "POS terminal address",
"example": "10.0.1.20:27015"
},
"terminalId": {
"type": "string",
"description": "Terminal ID",
"example": "3A123456"
}
}
}
Expand Down

0 comments on commit b1f4633

Please sign in to comment.