mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
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:
@@ -10,7 +10,7 @@ export class N8nApi implements ICredentialType {
|
||||
|
||||
displayName = 'n8n API';
|
||||
|
||||
documentationUrl = 'n8nApi';
|
||||
documentationUrl = 'https://docs.n8n.io/api/authentication/';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user