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
- application/json
Body
required
Wallet update data
nickname stringrequired
Responses
- 200
- 400
- 403
- 404
Wallet updated with success.
- application/json
- Schema
- Example (from schema)
Schema
traceId string
message string
data object
{
"traceId": "string",
"message": "string",
"data": {}
}
Invalid request payload. This can happen if required fields are missing or have invalid formats.
- application/json
- Schema
- Example (from schema)
Schema
traceId string
message string
{
"traceId": "string",
"message": "string"
}
The API key is invalid or the client does not have sufficient permissions.
- application/json
- Schema
- Example (from schema)
Schema
traceId string
message string
{
"traceId": "string",
"message": "string"
}
One of the specified resources was not found. Does not apply for empty result set.
- application/json
- Schema
- Example (from schema)
Schema
traceId string
message string
{
"traceId": "string",
"message": "string"
}
Loading...