From 52867c8418d5b951e820c6b8a88f9b3c1ff9c96d Mon Sep 17 00:00:00 2001 From: Josef Prochazka Date: Tue, 28 Apr 2026 14:46:20 +0200 Subject: [PATCH] Remove `count` from `ListOfRequests` --- .../components/schemas/request-queues/ListOfRequests.yaml | 4 ---- .../schemas/request-queues/ListOfRequestsResponse.yaml | 1 - 2 files changed, 5 deletions(-) diff --git a/apify-api/openapi/components/schemas/request-queues/ListOfRequests.yaml b/apify-api/openapi/components/schemas/request-queues/ListOfRequests.yaml index 0762596dc8..93c1a32b6a 100644 --- a/apify-api/openapi/components/schemas/request-queues/ListOfRequests.yaml +++ b/apify-api/openapi/components/schemas/request-queues/ListOfRequests.yaml @@ -10,10 +10,6 @@ properties: items: $ref: ./Request.yaml description: The array of requests. - count: - type: integer - description: The total number of requests matching the query. - examples: [2] limit: type: integer description: The maximum number of requests returned in this response. diff --git a/apify-api/openapi/components/schemas/request-queues/ListOfRequestsResponse.yaml b/apify-api/openapi/components/schemas/request-queues/ListOfRequestsResponse.yaml index cb13013678..a754b0e039 100644 --- a/apify-api/openapi/components/schemas/request-queues/ListOfRequestsResponse.yaml +++ b/apify-api/openapi/components/schemas/request-queues/ListOfRequestsResponse.yaml @@ -37,6 +37,5 @@ example: label: DETAIL image: "https://picserver1.eu" handledAt: "2019-06-16T10:23:31.607Z" - count: 2 limit: 2 exclusiveStartId: Ihnsp8YrvJ8102Kj