Skip to content

Commit

Permalink
[TRIVIAL] Order status API response sorting description (#2860)
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz authored Aug 8, 2024
1 parent 63b6170 commit 4b482e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/orderbook/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,8 @@ components:
- cancelled
value:
description: |
A list of solvers who participated in the latest competition. The presence of executed amounts defines whether the solver provided a solution for the desired order.
A list of solvers who participated in the latest competition, sorted by score in ascending order, where the last element is the winner.
The presence of executed amounts defines whether the solver provided a solution for the desired order.
type: array
items:
type: object
Expand Down

0 comments on commit 4b482e3

Please sign in to comment.