Update Wallet By Id
PATCH/api/v2/wallets/:id
Update Wallet By Id
Request
Path Parameters
id uuidrequired
Wallet id
- application/json
Body
required
name Name
Possible values: Value must match regular expression ^.{1,50}$
Wallet name or alias for the wallet
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
code Code
Default value: 200
detail Detail
Default value: ok
{
"code": 200,
"detail": "ok"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- MOD1
- MOD2
- ]
- ]
detail object[]
loc object[]required
anyOf
string
integer
msg Messagerequired
type Error Typerequired
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...