Skip to content

Commit

Permalink
chore: auto update client api apecloud/apecloud@09ee665
Browse files Browse the repository at this point in the history
  • Loading branch information
apecloud-bot committed Jan 10, 2025
1 parent e66cf66 commit 94da2ac
Show file tree
Hide file tree
Showing 11 changed files with 1,058 additions and 121 deletions.
15 changes: 11 additions & 4 deletions .generator/schemas/adminapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3601,7 +3601,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/DmsObSessionList'
$ref: '#/components/schemas/DmsSessionList'
'401':
$ref: '#/components/responses/401'
'403':
Expand Down Expand Up @@ -15127,7 +15127,7 @@ components:
type: string
description: The SQL statement defining the view
nullable: true
DmsObSession:
DmsSession:
type: object
properties:
id:
Expand Down Expand Up @@ -15163,10 +15163,10 @@ components:
port:
type: string
description: port
DmsObSessionList:
DmsSessionList:
type: array
items:
$ref: '#/components/schemas/DmsObSession'
$ref: '#/components/schemas/DmsSession'
sortType:
description: Represents the type of sorting.
enum:
Expand Down Expand Up @@ -19038,6 +19038,13 @@ components:
- resetPassword
- delete
properties:
superUserAccount:
type: integer
format: int32
minimum: 0
default: 2
description: number of super user accounts cloud create
x-nullable: false
enabled:
type: boolean
privileges:
Expand Down
Loading

0 comments on commit 94da2ac

Please sign in to comment.