cURL
curl --request PATCH \ --url https://api.upstash.com/v2/redis/update-budget/{id} \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "budget": 123 }'
"OK"
This endpoint updates the monthly budget of a Redis database.
Was this page helpful?