curl -X PATCH \ https://api.upstash.com/v2/redis/update-budget/:id \ -u 'EMAIL:API_KEY' \ -d '{"budget": 200}'
"OK"
This endpoint updates the monthly budget of a Redis database.
Was this page helpful?