Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.example.com/api/v2/external/orgs/{slug}/auto-top-up \ --header 'Content-Type: application/json' \ --data ' { "enabled": true, "top_up_below_balance": "<string>", "top_up_amount": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Set this org’s auto top-up configuration (writes to Croesus). Owner/admin only.
Set an org's auto top-up configuration.
Decimal string. Do not cast to float.
Successful Response