Authentication: Bearer token required.
Endpoint: PUT /api/v1/wallets/{id}
Request Body
| Field | Type | Required | Description |
|---|
| name | string | No | max 255 |
| address | string | No | max 255 |
| is_active | bool | No | Active flag |
Response — 204 No Content
| Status | Description |
|---|
| 404 | Wallet not found |