document_update_extension
Update a vendor extension value in an OpenAPI or AsyncAPI document by specifying the node path, extension name, and new value.
Instructions
Update the value of an existing vendor extension
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Extension name (must start with x-) | |
| value | Yes | JSON string with the new extension value | |
| session | Yes | Session name | |
| nodePath | Yes | Node path to the parent node |