Skip to main content

Update wallet

PATCH 

/digital-wallets/:id

Allows you to update the nickname of a wallet. This endpoint:

  • Updates the nickname of a wallet
  • Provides current status and configuration

Request

Path Parameters

    id stringrequired

Body

required

Wallet update data

    nickname stringrequired

Responses

Wallet updated with success.

Schema

    traceId string
    message string
    data object
Loading...