Skip to content

Commit

Permalink
parameter name change in model GetOrganizationClientGrants200Response…
Browse files Browse the repository at this point in the history
…OneOf, the parameter was specified 'grants' in the api docs when it should actually be 'client-grants', this patch fixes the discrepancy
  • Loading branch information
tusharpandey13 committed Nov 7, 2024
1 parent 9a5ca5c commit bf08a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/management/__generated/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6533,7 +6533,7 @@ export interface GetOrganizationClientGrants200ResponseOneOf {
total: number;
/**
*/
grants: Array<GetOrganizationClientGrants200ResponseOneOfInner>;
'client-grants': Array<GetOrganizationClientGrants200ResponseOneOfInner>;
}
/**
*
Expand Down

0 comments on commit bf08a31

Please sign in to comment.