This endpoint has been deprecated. Please click here to read about Signing Methodsarrow-up-right.
public updateWalletPinCode(id: string, reqParams: VyUpdateWalletPinCodeRequest, signingMethod: VyUserAuth) : VyPromise<VyWalletDto>
Parameters
id
string
This is the `ID` of the wallet who's **PIN code** you want to update.
reqParams
VyUpdateWalletPinCodeRequest
Request data for the operation
signingMethod
VyUserAuth
This operation requires a valid Signing-Method from the corresponding user
Returns
VyPromise<VyWalletDto>
Last updated 5 months ago