Keys
Update a key's remaining limit
POST
/
v1
/
keys.updateRemaining
Changelog
Date | Changes |
---|---|
Dec 06 2023 | Introduced endpoint |
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The id of the key you want to modify
The operation you want to perform on the remaining count
Available options:
increment
, decrement
, set
The value you want to set, add or subtract the remaining count by
Response
200 - application/json
The number of remaining requests for this key after updating it. null
means unlimited.
Was this page helpful?