document_move_operation
Moves an API operation from its current path and HTTP method to a specified new path and method in an OpenAPI or AsyncAPI document.
Instructions
Move an operation from one path/method to another
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | Yes | Session name | |
| sourcePath | Yes | Source API path | |
| targetPath | Yes | Target API path | |
| sourceMethod | Yes | Source HTTP method | |
| targetMethod | Yes | Target HTTP method |