v1
latestOpenAPI 3.1.02026-07-222392081.7 MBWallets
Update wallet settings
Update the global settings of the wallets.
patch/v1/wallets/settings
Request body
Example request
{
"enabled": true,
"allow_free_credits": true,
"product_ids": []
}Response
Example response
{
"enabled": true,
"allow_free_credits": true,
"product_ids": [],
"updated_at": "2024-12-20T16:04:11Z"
}