From e42c73bc28dd4e04494423691f3e53306e7fa85b Mon Sep 17 00:00:00 2001 From: Wes Morgan Date: Fri, 29 Aug 2025 09:30:26 -0600 Subject: [PATCH] Fix description of get_usage_licenses return & add region param --- docs/developers/operations-api/registration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/developers/operations-api/registration.md b/docs/developers/operations-api/registration.md index a925e88b..d5d278c5 100644 --- a/docs/developers/operations-api/registration.md +++ b/docs/developers/operations-api/registration.md @@ -105,9 +105,10 @@ The three base64url blocks are combined to form the `license` property value in ## Get Usage Licenses -This will retrieve and return all active usage licenses, with counts of how much of the limits have been consumed. +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. - `operation` _(required)_ - must always be `get_usage_licenses` +- `region` _(optional)_ - will filter by region when supplied ### Body