Skip to content

Commit

Permalink
feat(API): fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
drobnikj committed Dec 10, 2024
1 parent 980e8cc commit 1b9cb59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ properties:
example: 1000
queueModifiedAt:
type: string
description: The modifiedAt the queue is updated whenever the queue is modified. Modifications include adding, updating, or removing requests, as well as locking or unlocking requests in the queue.
description: The modifiedAt is updated whenever the queue is modified. Modifications include adding, updating, or removing requests, as well as locking or unlocking requests in the queue.
example: '2018-03-14T23:00:00.000Z'
queueHasLockedRequests:
type: boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ properties:
example: '2019-12-12T07:34:14.202Z'
modifiedAt:
type: string
description: The modifiedAt the queue is updated whenever the queue is modified. Modifications include adding, updating, or removing requests, as well as locking or unlocking requests in the queue.
description: The modifiedAt is updated whenever the queue is modified. Modifications include adding, updating, or removing requests, as well as locking or unlocking requests in the queue.
example: '2030-12-13T08:36:13.202Z'
accessedAt:
type: string
Expand Down

0 comments on commit 1b9cb59

Please sign in to comment.