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: