fix(Notion Node): Rename Notion API Key to Internal Integration Token (#7176)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Elias Meire
2023-09-29 09:21:29 +02:00
committed by GitHub
parent cf5a0ca456
commit ec2aa3819c
3 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ export class NotionApi implements ICredentialType {
properties: INodeProperties[] = [
{
displayName: 'API Key',
displayName: 'Internal Integration Secret',
name: 'apiKey',
type: 'string',
typeOptions: { password: true },