Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ put:
description: |
Updates a request in a queue. Mark request as handled by setting
`request.handledAt = new Date()`.
If `handledAt` is set, the request will be removed from head of the queue.
If `handledAt` is set, the request will be removed from head of the queue (and unlocked, if applicable).
operationId: requestQueue_request_put
parameters:
- name: queueId
Expand Down