From 29b8d090d40624784c62708d48ddea7614be2bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=95=E0=A4=BE=E0=A4=B0=E0=A4=A4=E0=A5=8B=E0=A4=AB?= =?UTF-8?q?=E0=A5=8D=E0=A4=AB=E0=A5=87=E0=A4=B2=E0=A4=B8=E0=A5=8D=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B0=E0=A4=BF=E0=A4=AA=E0=A5=8D=E0=A4=9F=E2=84=A2?= Date: Wed, 26 Jun 2024 13:21:24 +0200 Subject: [PATCH] revert documentationUrl --- packages/nodes-base/credentials/SeaTableApi.credentials.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/nodes-base/credentials/SeaTableApi.credentials.ts b/packages/nodes-base/credentials/SeaTableApi.credentials.ts index 65284e3ce3..69c9b7f38a 100644 --- a/packages/nodes-base/credentials/SeaTableApi.credentials.ts +++ b/packages/nodes-base/credentials/SeaTableApi.credentials.ts @@ -5,8 +5,7 @@ export class SeaTableApi implements ICredentialType { displayName = 'SeaTable API'; - documentationUrl = - 'https://seatable.io/docs/n8n-integration/erstellen-eines-api-tokens-fuer-n8n/?lang=auto'; + documentationUrl = 'seaTable'; properties: INodeProperties[] = [ { @@ -42,7 +41,7 @@ export class SeaTableApi implements ICredentialType { name: 'token', type: 'string', 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 }, default: '', },