Field | Type | Required | Description | Example |
---|---|---|---|---|
key_id |
str | ✔️ | The id of the key you want to modify | key_123 |
op |
models.Op | ✔️ | The operation you want to perform on the remaining count | |
value |
Nullable[int] | ✔️ | The value you want to set, add or subtract the remaining count by | 1 |