Merge pull request #19 from n8n-io/StarfallProjects-creds-docs-url
Update HttpBinApi.credentials.ts
This commit is contained in:
commit
01157a3f1e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import {
|
||||||
export class HttpBinApi implements ICredentialType {
|
export class HttpBinApi implements ICredentialType {
|
||||||
name = 'httpbinApi';
|
name = 'httpbinApi';
|
||||||
displayName = 'HttpBin API';
|
displayName = 'HttpBin API';
|
||||||
documentationUrl = 'https://httpbin.org/#/Auth/get_bearer';
|
documentationUrl = '<your-docs-url>';
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
displayName: 'Token',
|
displayName: 'Token',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue