We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befb86e commit 7543257Copy full SHA for 7543257
1 file changed
modules/express/src/typedRoutes/api/v2/keychainChangePassword.ts
@@ -39,8 +39,8 @@ export const KeychainChangePasswordResponse = {
39
/**
40
* Change a keychain's passphrase, re-encrypting the key to a new password.
41
*
42
- * @operationId express.v2.keychain.changePassword
43
- * @tag express
+ * @operationId express.keychain.changePassword
+ * @tag Express
44
*/
45
export const PostKeychainChangePassword = httpRoute({
46
path: '/api/v2/{coin}/keychain/{id}/changepassword',
0 commit comments