File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
apify-api/openapi/paths/request-queues Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments