Skip to content

Commit 620f4d6

Browse files
feat(mbp): swagger update
1 parent 0285802 commit 620f4d6

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

masterBitgoExpress.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,22 @@
300300
"pubkey": {
301301
"type": "string"
302302
},
303+
"type": {
304+
"type": "string",
305+
"enum": [
306+
"transfer",
307+
"acceleration",
308+
"accountSet",
309+
"enabletoken",
310+
"stakingLock",
311+
"stakingUnlock",
312+
"transfertoken",
313+
"trustline"
314+
]
315+
},
316+
"commonKeychain": {
317+
"type": "string"
318+
},
303319
"source": {
304320
"type": "string",
305321
"enum": [
@@ -406,7 +422,6 @@
406422
}
407423
},
408424
"required": [
409-
"pubkey",
410425
"source",
411426
"recipients"
412427
]

0 commit comments

Comments
 (0)