Functions
update_remaining
Updates the remaining
value of a key
@spec update_remaining(map()) :: :ok
Updates the remaining
value for a specified key.
Request
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
The updated remaining
value.
Was this page helpful?