document_add_link
Adds a link to a response or to components in an OpenAPI 3.x document. Provide session, node path, link name, and link definition as JSON string.
Instructions
Add a link to a response or to components (OpenAPI 3.x only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | Yes | JSON string with the link definition | |
| name | Yes | Link name | |
| session | Yes | Session name | |
| nodePath | Yes | Node path to the response or components |