Skip to content

Commit 2088cab

Browse files
committed
fix: update docs
1 parent e97cd8d commit 2088cab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apify-api/openapi/paths/request-queues/request-queues@{queueId}@[email protected]

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ post:
33
- Storage/Request queues/Requests locks
44
summary: Unlock requests
55
description: |
6-
Unlocks requests in the queue for the client. The requests are unlocked if were locked by the same client key or if locked from the same Actor run.
6+
Unlocks requests in the queue that are currently locked by the client.
7+
8+
* If client is within an Actor run, it unlocks all requests locked by that specific run plus all requests locked by the same clientKey.
9+
* If client is outside of an Actor run, it unlocks all requests locked using the same clientKey.
710
operationId: requestQueue_requests_unlock_post
811
parameters:
912
- name: queueId

0 commit comments

Comments
 (0)