document_add_path
Add a new path item, such as an API endpoint, to an OpenAPI document by specifying the path and its operations.
Instructions
Add a new path item to an OpenAPI document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path string (e.g. /users) | |
| session | Yes | Session name | |
| pathItem | No | JSON string with path item content (operations, etc.) |