document_add_operation
Add a new HTTP operation (GET, POST, etc.) to an existing API path in your OpenAPI or AsyncAPI document.
Instructions
Add a new HTTP operation to an existing path item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The API path (e.g. /pets) | |
| method | Yes | HTTP method (get, post, put, delete, patch, options, head) | |
| session | Yes | Session name |