Merge pull request #19 from n8n-io/StarfallProjects-creds-docs-url
Update HttpBinApi.credentials.ts
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
export class HttpBinApi implements ICredentialType {
|
||||
name = 'httpbinApi';
|
||||
displayName = 'HttpBin API';
|
||||
documentationUrl = 'https://httpbin.org/#/Auth/get_bearer';
|
||||
documentationUrl = '<your-docs-url>';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Token',
|
||||
|
||||
Reference in New Issue
Block a user