mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(Airtable Node): Overhaul (#6200)
This commit is contained in:
@@ -20,6 +20,16 @@ export class AirtableTokenApi implements ICredentialType {
|
||||
typeOptions: { password: true },
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: `Make sure you enabled the following scopes for your token:<br>
|
||||
<code>data.records:read</code><br>
|
||||
<code>data.records:write</code><br>
|
||||
<code>schema.bases:read</code><br>
|
||||
`,
|
||||
name: 'notice',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
},
|
||||
];
|
||||
|
||||
authenticate: IAuthenticateGeneric = {
|
||||
|
||||
Reference in New Issue
Block a user