mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(HubSpot Trigger Node): Developer API key is required for webhooks
This commit is contained in:
parent
085660d7d7
commit
e11a30a640
|
@ -58,6 +58,7 @@ export class HubspotDeveloperApi implements ICredentialType {
|
||||||
displayName: 'Developer API Key',
|
displayName: 'Developer API Key',
|
||||||
name: 'apiKey',
|
name: 'apiKey',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
required: true,
|
||||||
typeOptions: { password: true },
|
typeOptions: { password: true },
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue