mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
⚡ Move "organizationId" in credentials and fix error messages
This commit is contained in:
@@ -8,6 +8,12 @@ export class FlowApi implements ICredentialType {
|
||||
name = 'flowApi';
|
||||
displayName = 'Flow API';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'Organization ID',
|
||||
name: 'organizationId',
|
||||
type: 'number' as NodePropertyTypes,
|
||||
default: 0,
|
||||
},
|
||||
{
|
||||
displayName: 'Access Token',
|
||||
name: 'accessToken',
|
||||
|
||||
Reference in New Issue
Block a user