chore: add docs url for integration nodes

This commit is contained in:
Abhishek Kumar 2026-07-15 18:54:07 +05:30
parent c650ccc5dd
commit a422241517
13 changed files with 95 additions and 13 deletions

View file

@ -809,6 +809,11 @@ export interface components {
* @description LLM-only guidance; omitted from the UI.
*/
llm_hint?: string | null;
/**
* Docs Url
* @description Documentation URL shown in the node editor.
*/
docs_url?: string | null;
category: components["schemas"]["NodeCategory"];
/** Icon */
icon: string;