docs: Update documentation url for n8n credentials (no-changelog) (#5008)

Update N8nApi.credentials.ts

Fix documentionUrl to point to the right location.
This commit is contained in:
bionemesis 2022-12-22 07:33:34 -07:00 committed by GitHub
parent bd0c2afaac
commit 67da2d0c72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ export class N8nApi implements ICredentialType {
displayName = 'n8n API';
documentationUrl = 'n8nApi';
documentationUrl = 'https://docs.n8n.io/api/authentication/';
properties: INodeProperties[] = [
{