Skip to main content
PATCH
Update QStash Budget

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

QStash user ID

Body

application/json
budget
integer
required

Monthly spending budget limit in dollars. Minimum 20, maximum 10000, or 0 for no limit.

Required range: 0 <= x <= 10000
Example:

100

Response

200 - application/json

Budget updated successfully

The response is of type string.

Example:

"OK"