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