Skip to content

Commit

Permalink
Update OpenAPI_Specification_3.0.3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ma91n authored Aug 30, 2024
1 parent bc33238 commit f160d85
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -539,11 +539,11 @@ API のレスポンスを記載する。
responses:
'200':
# コンポーネント化したレスポンスオブジェクトを参照
$ref: '#/components/responses/BadRequest'
$ref: '#/components/responses/RespPostProductsBody'
components:
responses:
BadRequest:
RespPostProductsBody:
description: 200 OK
content:
application/json:
Expand Down

0 comments on commit f160d85

Please sign in to comment.