Skip to content

Commit

Permalink
fix type on reveal string -> integer (#3134)
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Leupold <[email protected]>
  • Loading branch information
decanus and fleupold authored Nov 26, 2024
1 parent 8ba8682 commit b3aebcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/driver/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -487,16 +487,16 @@ components:
properties:
solutionId:
description: Id of the solution that should be executed.
type: string
example: "123"
type: integer
example: 123
submissionDeadlineLatestBlock:
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"
type: integer
example: 123
RevealedResponse:
description: Response of the reveal endpoint.
type: object
Expand Down

0 comments on commit b3aebcd

Please sign in to comment.