document_add_request_body
Add an empty request body to an OpenAPI 3.x operation using session, path, and method.
Instructions
Add an empty request body to an operation (OpenAPI 3.x only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The API path (e.g. /pets) | |
| method | Yes | HTTP method (e.g. post, put, patch) | |
| session | Yes | Session name |