Skip to content

Commit

Permalink
[TRIVIAL] Updated driver OpenApi after PR #3113 (#3128)
Browse files Browse the repository at this point in the history
# Description
PR #3113 added new field to /reveal and /settle requests but
`openapi.yml` file wasn't updated. This PR adds missing field definition
to `openapi.yml` file.
  • Loading branch information
mstrug authored Nov 15, 2024
1 parent 5671152 commit 8a573b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/driver/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@ components:
description: The last block number in which the solution TX can be included.
type: integer
example: 12345
auctionId:
description: Auction ID in which the specified solution ID is competing.
type: string
example: "123"
RevealedResponse:
description: Response of the reveal endpoint.
type: object
Expand Down

0 comments on commit 8a573b8

Please sign in to comment.