Skip to content

Commit 5cc3782

Browse files
committed
fix: req decoded params
Ticket: WP-6309
1 parent 004035b commit 5cc3782

File tree

2 files changed

+480
-1
lines changed

2 files changed

+480
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const CreateAddressResponse = {
6666
* @operationId express.v2.wallet.createAddress
6767
*/
6868
export const PostCreateAddress = httpRoute({
69-
path: '/api/v2/{coin}/wallet/{walletId}/address',
69+
path: '/api/v2/{coin}/wallet/{id}/address',
7070
method: 'POST',
7171
request: httpRequest({
7272
params: CreateAddressParams,

0 commit comments

Comments
 (0)