Skip to content

Commit a43ee68

Browse files
docs(express): sendCoins V2 and signTransactionV1
TICKET: WCI-202
1 parent d067420 commit a43ee68

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/express/src/typedRoutes/api/v1/signTransaction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/
6666
export const PostSignTransaction = httpRoute({
6767
path: '/api/v1/wallet/{id}/signtransaction',

modules/express/src/typedRoutes/api/v2/sendCoins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/
415415
export const PostSendCoins: HttpRoute<'post'> = httpRoute({
416416
path: '/api/v2/{coin}/wallet/{id}/sendcoins',

0 commit comments

Comments
 (0)