mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
docs: document maxConcurrent in OpenAPI schema
This commit is contained in:
@@ -2363,6 +2363,10 @@ components:
|
||||
type: string
|
||||
isActive:
|
||||
type: boolean
|
||||
maxConcurrent:
|
||||
type: integer
|
||||
nullable: true
|
||||
minimum: 0
|
||||
priority:
|
||||
type: integer
|
||||
testStatus:
|
||||
@@ -2388,6 +2392,10 @@ components:
|
||||
isActive:
|
||||
type: boolean
|
||||
default: true
|
||||
maxConcurrent:
|
||||
type: integer
|
||||
nullable: true
|
||||
minimum: 0
|
||||
|
||||
ApiKey:
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user