Request Body tab
This tab contains the properties of the request body
parameter.
This table shows the properties of the Request Body tab:
| Name | Description |
|---|---|
| Presence | Select the presence of the request body: Required, Optional or None. |
| Content Type | The request content type is automatically defined as Application/JSON. |
| Name | Specify the request body parameter name. |
| Description | Optionally, specify the body parameter description. |
| Schema | Specify the request body schema, it must be valid a JSON object. |
| Example | Optionally, specify an example of a request body, it must be valid JSON. |