Skip to content

Commit ad0f004

Browse files
authored
docs(express): keychain change password
2 parents 340d005 + 7543257 commit ad0f004

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ export const KeychainChangePasswordResponse = {
3939
/**
4040
* Change a keychain's passphrase, re-encrypting the key to a new password.
4141
*
42-
* @operationId express.v2.keychain.changePassword
43-
* @tag express
42+
* @operationId express.keychain.changePassword
43+
* @tag Express
4444
*/
4545
export const PostKeychainChangePassword = httpRoute({
4646
path: '/api/v2/{coin}/keychain/{id}/changepassword',

0 commit comments

Comments
 (0)