UpdateWalletPinCode
This endpoint has been deprecated. Please click here to read about [Signing Methods](https:\//docs.venly.io/docs/signing-methods-api-flow).
public static VyTask<VyWalletDto> UpdateWalletPinCode(string id, VyUpdateWalletPinCodeDto reqParams, VyUserAuth signingMethod)
Parameters
id
string
This is the `ID` of the wallet who's **PIN code** you want to update.
Returns
VyTask<VyWalletDto>
Last updated