Skip to content

Commit

Permalink
fix: bug in dbaas settings route
Browse files Browse the repository at this point in the history
  • Loading branch information
jarqvi authored Mar 12, 2024
1 parent 22345a8 commit a487115
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions spec/dbaas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -853,22 +853,25 @@ components:
properties:
type:
type: string
maxConnections:
type: number
netBufferLength:
type: number
selectLimit:
type: number
maxAllowedPacket:
type: number
connectTimeout:
type: number
maxJoinSize:
type: number
clientEncoding:
type: string
sharedBuffers:
type: number
options:
type: object
properties:
maxConnections:
type: number
netBufferLength:
type: number
selectLimit:
type: number
maxAllowedPacket:
type: number
connectTimeout:
type: number
maxJoinSize:
type: number
clientEncoding:
type: string
sharedBuffers:
type: number
securitySchemes:
jwt:
type: apiKey
Expand Down

0 comments on commit a487115

Please sign in to comment.