Skip to content

Commit d33e141

Browse files
committed
Fixed copy paste error
1 parent 6647407 commit d33e141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/resources/3_0_0/requiredFormParamsTest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ paths:
2020

2121
/test_optional:
2222
post:
23-
summary: Operation with form body that is required
24-
operationId: get_with_required_body
23+
summary: Operation with form body that is optional
24+
operationId: get_with_optional_body
2525
requestBody:
2626
required: false
2727
content:

0 commit comments

Comments
 (0)