Skip to content

Commit 07c64ab

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

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

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

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ put:
3838
in: query
3939
description: |
4040
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
42-
ensure one client is not to able delete or prolong
43-
44-
a request from another client.
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.
4544
style: form
4645
explode: true
4746
schema:
@@ -121,11 +120,10 @@ delete:
121120
- name: clientKey
122121
in: query
123122
description: |
124-
A unique identifier of the client accessing the request queue. It must
125-
be a string between 1 and 32 characters long. This identifier is used to
126-
ensure one client is not to able delete or prolong
127-
128-
a request from another client.
123+
A unique identifier of the client accessing the request queue. It must
124+
be a string between 1 and 32 characters long. This identifier is used to for locking
125+
and unlocking requests. You can delete or prolong lock only for requests that were locked by by same
126+
client key or from the same Actor run.
129127
style: form
130128
explode: true
131129
schema:

0 commit comments

Comments
 (0)