Add correct credential docs

This commit is contained in:
Omar Ajoue 2022-07-05 14:37:49 +02:00
commit 249a1cff88
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ import {
export class HttpBinApi implements ICredentialType {
name = 'httpbinApi';
displayName = 'HttpBin API';
documentationUrl = 'httpbin';
documentationUrl = 'http://httpbin.org/#/Auth/get_bearer';
properties: INodeProperties[] = [
{
displayName: 'Token',