# VyUpdateWalletRequest

## Properties

| Field       | Type   | Description                                                            | Required |
| ----------- | ------ | ---------------------------------------------------------------------- | -------- |
| Description | string | Human-readable description of the wallet's purpose or contents         | ✗        |
| Primary     | bool   | Designates this wallet as the primary/default wallet for the user      | ✗        |
| Archived    | bool   | 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/c-sdk-v3/function-references/wallet/wallet/updatewallet)
