Skip to content

Commit f160d85

Browse files
authored
Update OpenAPI_Specification_3.0.3.md
1 parent bc33238 commit f160d85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documents/forOpenAPISpecification/OpenAPI_Specification_3.0.3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,11 +539,11 @@ API のレスポンスを記載する。
539539
responses:
540540
'200':
541541
# コンポーネント化したレスポンスオブジェクトを参照
542-
$ref: '#/components/responses/BadRequest'
542+
$ref: '#/components/responses/RespPostProductsBody'
543543
544544
components:
545545
responses:
546-
BadRequest:
546+
RespPostProductsBody:
547547
description: 200 OK
548548
content:
549549
application/json:

0 commit comments

Comments
 (0)