From 6b86fb9966ee32dd989cbc33d9446e7f8620fc1a Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Thu, 23 Apr 2026 08:25:17 -0300 Subject: [PATCH] docs: document maxConcurrent in OpenAPI schema --- docs/openapi.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/openapi.yaml b/docs/openapi.yaml index ac43b5671a..80e465564b 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -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