Skip to content

Commit 39caa32

Browse files
authored
Fix type in openapi.json
1 parent b6f1869 commit 39caa32

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)