Skip to content

Commit

Permalink
added description to classic api field
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom committed Dec 5, 2024
1 parent 3353064 commit 9f75a05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nodes-base/credentials/MailerLiteApi.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export class MailerLiteApi implements ICredentialType {
name: 'classicApi',
type: 'boolean',
default: true,
description:
'If the Classic API should be used, If this is your first time using this node this should be false.',
},
];

Expand Down

0 comments on commit 9f75a05

Please # to comment.