Rename a wallet
  POST /v1/wallet/rename    
 POST
 /v1/wallet/rename
 Rename the underlying wallet to something else
Authorizations
Section titled “Authorizations ”Request Body
Section titled “Request Body ”APIV1POSTWalletRenameRequest is the request for POST /v1/wallet/rename
object
 wallet_id    
 string
  wallet_name    
 string
  wallet_password    
 string
 Responses
Section titled “ Responses ”Response to POST /v1/wallet/rename
APIV1POSTWalletRenameResponse is the response to POST /v1/wallet/rename
friendly:RenameWalletResponse
object
 error    
 boolean
  message    
 string
  wallet    
 APIV1Wallet is the API’s representation of a wallet
object
 driver_name    
 string
  driver_version    
 integer  format: uint32  
  id    
 string
  mnemonic_ux    
 boolean
  name    
 string
  supported_txs    
 Array<string>