Skip to content

Commit 1b9cb59

Browse files
committed
feat(API): fix description
1 parent 980e8cc commit 1b9cb59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apify-api/openapi/components/schemas/request-queues/GetHeadAndLockResponse.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ properties:
1111
example: 1000
1212
queueModifiedAt:
1313
type: string
14-
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.
14+
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.
1515
example: '2018-03-14T23:00:00.000Z'
1616
queueHasLockedRequests:
1717
type: boolean

apify-api/openapi/components/schemas/request-queues/RequestQueue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ properties:
2525
example: '2019-12-12T07:34:14.202Z'
2626
modifiedAt:
2727
type: string
28-
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.
28+
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.
2929
example: '2030-12-13T08:36:13.202Z'
3030
accessedAt:
3131
type: string

0 commit comments

Comments
 (0)