Skip to content

Commit

Permalink
chore(api): generate web client (#1223)
Browse files Browse the repository at this point in the history
Co-authored-by: GAlexIHU <[email protected]>
  • Loading branch information
openmeterbot and GAlexIHU authored Jul 22, 2024
1 parent 9685bcb commit 48c2bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/client/web/src/client/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export interface paths {
'/api/v1/subjects/{subjectIdOrKey}/entitlements/{entitlementIdOrFeatureKey}/grants': {
/**
* List grants for an entitlement
* @description List all grants issued for an entitlement. This endpoint is intended for administrative purposes.
* @description List all grants issued for an entitlement. The entitlement can be defined either by its id or featureKey.
*/
get: operations['listEntitlementGrants']
/**
Expand Down Expand Up @@ -1995,7 +1995,7 @@ export interface operations {
}
/**
* List grants for an entitlement
* @description List all grants issued for an entitlement. This endpoint is intended for administrative purposes.
* @description List all grants issued for an entitlement. The entitlement can be defined either by its id or featureKey.
*/
listEntitlementGrants: {
parameters: {
Expand Down

0 comments on commit 48c2bb0

Please sign in to comment.