-
Notifications
You must be signed in to change notification settings - Fork 6
UpdateWalletConnection
Walter Lara edited this page Jan 26, 2026
·
1 revision
PATCH /v1/wallet-connections/{connectionId}
Update properties of an existing wallet connection for the authenticated user.
Currently supports updating the display name of the connection.
URL: /v1/wallet-connections/{connectionId}
Method: PATCH
Path Parameters:
| Parameter | Type | Description | Required |
|---|---|---|---|
connectionId |
string | UUID of the wallet connection to update | Yes |
Query Parameters: None
Headers:
Authorization: Bearer {accessToken} (required)
Content-Type: application/json
Content (JSON body – partial updates allowed):
| Field | Type | Description | Required |
|---|---|---|---|
name |
string | New human-readable/display name for the connection | Yes |
Example request body:
{
"name": "My Main Ethereum Wallet"
}Generate Wallet Connection Challenge
Answer Wallet Connection Challenge