This commit is contained in:
Matthias Stallmann 2025-02-13 11:22:59 +01:00
parent 0c6eb6eaef
commit eb3566723d

View file

@ -20,9 +20,9 @@ export class MicrosoftEntra implements INodeType {
group: ['transform'],
version: 1,
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
description: 'Interact with Micosoft Entra ID API',
description: 'Interact with Microsoft Entra ID API',
defaults: {
name: 'Micosoft Entra ID',
name: 'Microsoft Entra ID',
},
usableAsTool: true,
inputs: [NodeConnectionType.Main],