From 1c4368797ffb7fcc483185632f5786f416fc1491 Mon Sep 17 00:00:00 2001 From: Josef Prochazka Date: Fri, 24 Apr 2026 14:12:16 +0200 Subject: [PATCH] Relax `PendingRequestCount` until API bug is fixed --- .../components/schemas/request-queues/SharedProperties.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apify-api/openapi/components/schemas/request-queues/SharedProperties.yaml b/apify-api/openapi/components/schemas/request-queues/SharedProperties.yaml index 0cc68413a8..faee0127f0 100644 --- a/apify-api/openapi/components/schemas/request-queues/SharedProperties.yaml +++ b/apify-api/openapi/components/schemas/request-queues/SharedProperties.yaml @@ -79,7 +79,7 @@ HandledRequestCount: PendingRequestCount: type: integer description: The number of requests that are pending and have not been handled yet. - minimum: 0 + # minimum: 0 Bug in API allows negative numbers https://github.com/apify/apify-core/issues/27403 examples: [670] QueueModifiedAt: