docs: document maxConcurrent in OpenAPI schema

This commit is contained in:
diegosouzapw
2026-04-23 08:25:17 -03:00
parent 0f95330bc1
commit 6b86fb9966

View File

@@ -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