From 1b9cb59519c0075858d17031c6fcaa495d696f3c Mon Sep 17 00:00:00 2001 From: drobnikj Date: Tue, 10 Dec 2024 10:40:28 +0100 Subject: [PATCH] feat(API): fix description --- .../schemas/request-queues/GetHeadAndLockResponse.yaml | 2 +- .../openapi/components/schemas/request-queues/RequestQueue.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apify-api/openapi/components/schemas/request-queues/GetHeadAndLockResponse.yaml b/apify-api/openapi/components/schemas/request-queues/GetHeadAndLockResponse.yaml index b6ab5dcfc..c0bc9625a 100644 --- a/apify-api/openapi/components/schemas/request-queues/GetHeadAndLockResponse.yaml +++ b/apify-api/openapi/components/schemas/request-queues/GetHeadAndLockResponse.yaml @@ -11,7 +11,7 @@ properties: example: 1000 queueModifiedAt: type: string - description: The modifiedAt the queue is updated whenever the queue is modified. Modifications include adding, updating, or removing requests, as well as locking or unlocking requests in the queue. + description: The modifiedAt is updated whenever the queue is modified. Modifications include adding, updating, or removing requests, as well as locking or unlocking requests in the queue. example: '2018-03-14T23:00:00.000Z' queueHasLockedRequests: type: boolean diff --git a/apify-api/openapi/components/schemas/request-queues/RequestQueue.yaml b/apify-api/openapi/components/schemas/request-queues/RequestQueue.yaml index d2da3db13..9e293eb2e 100644 --- a/apify-api/openapi/components/schemas/request-queues/RequestQueue.yaml +++ b/apify-api/openapi/components/schemas/request-queues/RequestQueue.yaml @@ -25,7 +25,7 @@ properties: example: '2019-12-12T07:34:14.202Z' modifiedAt: type: string - description: The modifiedAt the queue is updated whenever the queue is modified. Modifications include adding, updating, or removing requests, as well as locking or unlocking requests in the queue. + description: The modifiedAt is updated whenever the queue is modified. Modifications include adding, updating, or removing requests, as well as locking or unlocking requests in the queue. example: '2030-12-13T08:36:13.202Z' accessedAt: type: string