updateWallet
PATCH
/api/wallets/me/update/
Wallet
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/api/wallets/me/update/' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_use_wallet_in_payment": true
}'
Response Response Example
200 - Example 1
{
"balance": "string",
"balance_currency": "string",
"is_use_wallet_in_payment": true
}
Request
Body Params application/json