UNPKG

n8n-nodes-arubacentral

Version:

n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities

10 lines (9 loc) 303 B
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; /** * Patch Label * PATCH /central/v1/labels/{label_id} * * @param this The n8n execution context * @returns Formatted API response */ export declare function patchLabel(this: IExecuteFunctions): Promise<INodeExecutionData[]>;