Skip to content

Commit 9e3700a

Browse files
authored
Merge pull request #12 from conedevelopment/szepeviktor-patch-1
Fix type in openapi.json
2 parents b6f1869 + 39caa32 commit 9e3700a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
},
349349
"TransactionId": {
350350
"type": "number",
351-
"example": "99844942"
351+
"example": 99844942
352352
},
353353
"Method": {
354354
"type": "string",

0 commit comments

Comments
 (0)