UNPKG

n8n-nodes-arubacentral

Version:

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

24 lines (23 loc) 566 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.patchLabelDescription = void 0; /** * Parameters for patchLabel operation */ exports.patchLabelDescription = [ { displayName: 'Label_id', name: 'label_id', type: 'number', required: true, default: 0, displayOptions: { show: { resource: ['label'], domain: ['monitoring'], operation: ['patchLabel'], }, }, description: 'Label ID', }, ];