From 1c3185898fac89ef3140bdb5dfddd9ca35e00816 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Apr 2026 19:03:05 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- src/libs/LabelStudio/openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libs/LabelStudio/openapi.yaml b/src/libs/LabelStudio/openapi.yaml index 81ae453..b9e92a7 100644 --- a/src/libs/LabelStudio/openapi.yaml +++ b/src/libs/LabelStudio/openapi.yaml @@ -10435,7 +10435,7 @@ paths: required: true schema: type: integer - - description: 'Comma-separated list of user IDs to include. Example: user_ids=1,2,3' + - description: 'Comma-separated list of user IDs to include. Example: user_ids=1,2,3. When annotator pausing is enabled, users with an active pause on this project are always included in addition to the listed IDs.' in: query name: user_ids schema: @@ -28505,7 +28505,7 @@ components: LSEJWTSettings: properties: api_token_ttl_days: - maximum: 365 + maximum: 73000 minimum: 1 type: integer api_tokens_enabled: @@ -28521,7 +28521,7 @@ components: LSEJWTSettingsRequest: properties: api_token_ttl_days: - maximum: 365 + maximum: 73000 minimum: 1 type: integer api_tokens_enabled: