Update QStash Budget
QStash
Update QStash Budget
Updates the monthly spending budget limit for a QStash instance.
PATCH
Update QStash Budget
Documentation Index
Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
QStash user ID
Body
application/json
Monthly spending budget limit in dollars. Minimum 20, maximum 10000, or 0 for no limit.
Required range:
0 <= x <= 10000Example:
100
Response
200 - application/json
Budget updated successfully
The response is of type string.
Example:
"OK"