document_rename_path
Rename a path in an API document while preserving all its operations and configuration.
Instructions
Rename a path, preserving all operations and configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newPath | Yes | New path string (e.g. /accounts) | |
| oldPath | Yes | Current path string (e.g. /users) | |
| session | Yes | Session name |