OpenAPI Request Body Object
Describes a single request body.
DocumentationRESTSpecification
Properties
| Name |
Type |
Description |
| description |
string |
A brief description of the request body. |
| content |
object |
The content of the request body, mapped by media type. |
| required |
boolean |
Whether the request body is required in the request. |
JSON Schema