We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc60520 commit 6aad4a1Copy full SHA for 6aad4a1
1 file changed
modules/express/src/typedRoutes/api/v1/constructPendingApprovalTx.ts
@@ -95,7 +95,7 @@ export const ConstructPendingApprovalTxResponse = t.type({
95
* 6. Transaction is NOT broadcast to the network
96
*
97
* @operationId express.v1.pendingapproval.constructTx
98
- * @tag express
+ * @tag Express
99
*/
100
export const PutConstructPendingApprovalTx = httpRoute({
101
path: '/api/v1/pendingapprovals/{id}/constructTx',
0 commit comments