document_remove_request_body
Removes the request body from an OpenAPI 3.x operation. Specify the API path, HTTP method, and session to modify the document.
Instructions
Remove the request body from 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 |