Skip to content

Commit f007758

Browse files
authored
docs: Mention that requests marked as handled are unlocked automatically (#1581)
1 parent 65d876a commit f007758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apify-api/openapi/paths/request-queues/request-queues@{queueId}@requests@{requestId}.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ put:
8383
description: |
8484
Updates a request in a queue. Mark request as handled by setting
8585
`request.handledAt = new Date()`.
86-
If `handledAt` is set, the request will be removed from head of the queue.
86+
If `handledAt` is set, the request will be removed from head of the queue (and unlocked, if applicable).
8787
operationId: requestQueue_request_put
8888
parameters:
8989
- name: queueId

0 commit comments

Comments
 (0)