From 6aad4a1b887bf3b09a4c28b6027e7e2e25bb21fa Mon Sep 17 00:00:00 2001 From: Dadam Rishikesh Reddy Date: Thu, 16 Apr 2026 20:01:24 +0530 Subject: [PATCH] docs(express): constructPendingApprovaTx V1 TICKET: WCI-45 --- .../src/typedRoutes/api/v1/constructPendingApprovalTx.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/express/src/typedRoutes/api/v1/constructPendingApprovalTx.ts b/modules/express/src/typedRoutes/api/v1/constructPendingApprovalTx.ts index 87e944dcdf..1294fd2e61 100644 --- a/modules/express/src/typedRoutes/api/v1/constructPendingApprovalTx.ts +++ b/modules/express/src/typedRoutes/api/v1/constructPendingApprovalTx.ts @@ -95,7 +95,7 @@ export const ConstructPendingApprovalTxResponse = t.type({ * 6. Transaction is NOT broadcast to the network * * @operationId express.v1.pendingapproval.constructTx - * @tag express + * @tag Express */ export const PutConstructPendingApprovalTx = httpRoute({ path: '/api/v1/pendingapprovals/{id}/constructTx',