mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
revert documentationUrl
This commit is contained in:
parent
0184e65904
commit
29b8d090d4
|
@ -5,8 +5,7 @@ export class SeaTableApi implements ICredentialType {
|
||||||
|
|
||||||
displayName = 'SeaTable API';
|
displayName = 'SeaTable API';
|
||||||
|
|
||||||
documentationUrl =
|
documentationUrl = 'seaTable';
|
||||||
'https://seatable.io/docs/n8n-integration/erstellen-eines-api-tokens-fuer-n8n/?lang=auto';
|
|
||||||
|
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
|
@ -42,7 +41,7 @@ export class SeaTableApi implements ICredentialType {
|
||||||
name: 'token',
|
name: 'token',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description:
|
description:
|
||||||
'The API-Token of the SeaTable base you would like to use with n8n. n8n can only connect to one base a at a time.',
|
'The API-Token of the SeaTable base you would like to use with n8n. n8n can only connect to one base at a time.',
|
||||||
typeOptions: { password: true },
|
typeOptions: { password: true },
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue