Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ export const EnableTokensResponse = t.type({
* but others fail. Check both success and failure arrays in the response.
*
* @operationId express.v2.wallet.enableTokens
* @tag express
* @tag Express
*/
export const PostWalletEnableTokens = httpRoute({
path: '/api/v2/{coin}/wallet/{id}/enableTokens',
Expand Down
Loading