Skip to content

Commit 980e8cc

Browse files
committed
feat(API): Improve clientKey description
1 parent 07c64ab commit 980e8cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ put:
3737
- name: clientKey
3838
in: query
3939
description: |
40-
A unique identifier of the client accessing the request queue. It must
41-
be a string between 1 and 32 characters long. This identifier is used to for locking
42-
and unlocking requests. You can lock and unlock only requests that were locked by by same
43-
client key or from the same Actor run.
40+
A unique identifier of the client accessing the request queue. It must
41+
be a string between 1 and 32 characters long. This identifier is used to for locking
42+
and unlocking requests. You can delete or prolong lock only for requests that were locked by by same
43+
client key or from the same Actor run.
4444
style: form
4545
explode: true
4646
schema:

0 commit comments

Comments
 (0)