Update Auto Topup Settings
Create or update auto top-up settings.
Create or update auto top-up settings.
AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "https://loading/api/v1/billing/credits/auto-topup" \ -H "Content-Type: application/json" \ -d '{ "enabled": true }'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}