Skip to content

Commit

Permalink
Update admin_account_operations.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
r350178982 committed Oct 17, 2024
1 parent f904eb0 commit 0a70742
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions api/admin_account_operations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,15 @@ components:
org_name:
type: string
description: organization name

org_quota:
type: integer
description: Max quota an organization can use.

org_member_limit:
type: integer
description: Max user numbers an organization can use. The 'ORG_MEMBER_QUOTA_ENABLED' should be set to true in the config file.



# response schemas
Expand Down Expand Up @@ -2810,6 +2819,11 @@ paths:
$ref: '#/components/schemas/email'
owner_password:
$ref: '#/components/schemas/password'
quota:
$ref: '#/components/schemas/org_quota'
member_limit:
$ref: '#/components/schemas/org_member_limit'

responses:
'200':
description: OK
Expand Down

0 comments on commit 0a70742

Please sign in to comment.