Skip to content

Commit e9bfa75

Browse files
author
Ron
authored
Merge pull request OAI#1060 from OAI/issue-986
Change requestBody default required to false
2 parents 045c327 + 98fe8d4 commit e9bfa75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ Field Name | Type | Description
11111111
---|:---:|---
11121112
<a name="requestBodyDescription"></a>description | `string` | A brief description of the request body. This could contain examples of use. [CommonMark syntax](http://spec.commonmark.org/) can be used for rich text representation.
11131113
<a name="requestBodyContent"></a>content | [Content Object](#contentObject) | The content of the request body.
1114-
<a name="requestBodyRequired"></a>required | `boolean` | Determines if the request body is required in the request. Defaults to `true`.
1114+
<a name="requestBodyRequired"></a>required | `boolean` | Determines if the request body is required in the request. Defaults to `false`.
11151115

11161116

11171117
This object can be extended with [Specification Extensions](#specificationExtensions).

0 commit comments

Comments
 (0)