document_set_node
Update or replace nodes in OpenAPI and AsyncAPI documents by specifying a path and providing a JSON value, applying changes in-place.
Instructions
Set or replace any node at a given node path using in-place update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | JSON string with the new node value | |
| session | Yes | Session name | |
| nodePath | Yes | Node path to set (e.g. /info, /paths[/pets]/get) |