Skip to content

Commit edea9da

Browse files
authored
Merge pull request #287 from HarperDB/update/get_usage_licenses
Fix description of get_usage_licenses return & add region param
2 parents 3ddd542 + e42c73b commit edea9da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/developers/operations-api/registration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,10 @@ The three base64url blocks are combined to form the `license` property value in
105105

106106
## Get Usage Licenses
107107

108-
This will retrieve and return all active usage licenses, with counts of how much of the limits have been consumed.
108+
This will retrieve and return _all_ usage licenses (including expired, exhausted, and licenses in any other state), with counts of how much of the limits have been consumed.
109109

110110
- `operation` _(required)_ - must always be `get_usage_licenses`
111+
- `region` _(optional)_ - will filter by region when supplied
111112

112113
### Body
113114

0 commit comments

Comments
 (0)