From 3c29681f5bb6ca9ae22ad855003d2f5f9fed4550 Mon Sep 17 00:00:00 2001 From: Omar Ajoue Date: Mon, 11 Jul 2022 14:30:25 +0200 Subject: [PATCH] Fix http for documentation url and add n8n nodes version information --- credentials/HttpBinApi.credentials.ts | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/credentials/HttpBinApi.credentials.ts b/credentials/HttpBinApi.credentials.ts index b47ad79..a2294d8 100644 --- a/credentials/HttpBinApi.credentials.ts +++ b/credentials/HttpBinApi.credentials.ts @@ -8,7 +8,7 @@ import { export class HttpBinApi implements ICredentialType { name = 'httpbinApi'; displayName = 'HttpBin API'; - documentationUrl = 'http://httpbin.org/#/Auth/get_bearer'; + documentationUrl = 'https://httpbin.org/#/Auth/get_bearer'; properties: INodeProperties[] = [ { displayName: 'Token', diff --git a/package.json b/package.json index ccf505b..a2ec57f 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "dist" ], "n8n": { + "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/ExampleCredentials.credentials.js", "dist/credentials/HttpBinApi.credentials.js"