fix(HubSpot Node): Rename HubSpot "App Token" auth to "Service Key" (#28479)

Co-authored-by: Jon <jonathan.bennetts@gmail.com>
This commit is contained in:
robrown-hubspot
2026-04-17 10:20:54 -04:00
committed by GitHub
parent ef4bfbfe94
commit 8c3e692174
3 changed files with 4 additions and 4 deletions

View File

@@ -8,13 +8,13 @@ import type {
export class HubspotAppToken implements ICredentialType {
name = 'hubspotAppToken';
displayName = 'HubSpot App Token';
displayName = 'HubSpot Service Key';
documentationUrl = 'hubspot';
properties: INodeProperties[] = [
{
displayName: 'APP Token',
displayName: 'Service Key',
name: 'appToken',
type: 'string',
typeOptions: { password: true },

View File

@@ -93,7 +93,7 @@ export class HubspotV1 implements INodeType {
value: 'apiKey',
},
{
name: 'APP Token',
name: 'Service Key',
value: 'appToken',
},
{

View File

@@ -98,7 +98,7 @@ export class HubspotV2 implements INodeType {
value: 'apiKey',
},
{
name: 'APP Token',
name: 'Service Key',
value: 'appToken',
},
{