# VyUpdateWalletRequest

## Properties

| Field       | Type    | Description                                                            | Required |
| ----------- | ------- | ---------------------------------------------------------------------- | -------- |
| description | string  | Human-readable description of the wallet's purpose or contents         | ✗        |
| primary     | boolean | Designates this wallet as the primary/default wallet for the user      | ✗        |
| archived    | boolean | Archives the wallet, making it read-only and hidden from API endpoints | ✗        |
| identifier  | string  | Unique identifier or alias for the wallet                              | ✗        |

## References

**Operation**

* [updateWallet](https://sdk.venly.io/sdk-reference/ts-js-v3/function-references/wallet/wallet/updatewallet)
