Skip to content

Commit 87c182d

Browse files
committed
Updated patch method
1 parent 5302ac9 commit 87c182d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • src/management/__generated/models

src/management/__generated/models/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10274,6 +10274,11 @@ export interface PatchClientGrantsByIdRequest {
1027410274
*
1027510275
*/
1027610276
allow_any_organization?: boolean | null;
10277+
/**
10278+
* Types of authorization_details allowed for this client grant.
10279+
*
10280+
*/
10281+
authorization_details_types?: Array<string>;
1027710282
}
1027810283

1027910284
export const PatchClientGrantsByIdRequestOrganizationUsageEnum = {

0 commit comments

Comments
 (0)