Skip to content

Commit

Permalink
update request bid parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
xen-HendryZheng committed Jul 17, 2023
1 parent db3b5b5 commit 2c2897c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/Bid'
$ref: '#/components/schemas/RequestBid'
responses:
201:
description: OK
Expand Down Expand Up @@ -344,7 +344,7 @@ components:
properties:
item_id:
type: number
Bid:
RequestBid:
type: object
required:
- bid_item_id
Expand Down

0 comments on commit 2c2897c

Please sign in to comment.