File tree Expand file tree Collapse file tree
modules/express/src/typedRoutes/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export const signTransactionRequestBody = {
6161 * global BitGo validation setting. Signature verification is always performed server-side.
6262 *
6363 * @operationId express.v1.wallet.signTransaction
64- * @tag express
64+ * @tag Express
6565 */
6666export const PostSignTransaction = httpRoute ( {
6767 path : '/api/v1/wallet/{id}/signtransaction' ,
Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ export const SendCoinsRequestBody = {
410410 * This call allows you to create and send cryptocurrency to a destination address.
411411 *
412412 * @operationId express.wallet.sendcoins
413- * @tag express
413+ * @tag Express
414414 */
415415export const PostSendCoins : HttpRoute < 'post' > = httpRoute ( {
416416 path : '/api/v2/{coin}/wallet/{id}/sendcoins' ,
You can’t perform that action at this time.
0 commit comments