document_add_callback
Add a callback definition to an operation or components in an OpenAPI 3.x document. Provide the node path, callback name, and JSON definition.
Instructions
Add a callback definition to an operation or to components (OpenAPI 3.x only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Callback name | |
| session | Yes | Session name | |
| callback | No | JSON string with the callback definition | |
| nodePath | Yes | Node path to the operation or components |