mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 22:12:26 -05:00
Add correct credential docs
This commit is contained in:
parent
7ac69f816e
commit
249a1cff88
2 changed files with 3 additions and 3 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 = 'httpbin';
|
documentationUrl = 'http://httpbin.org/#/Auth/get_bearer';
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
{
|
{
|
||||||
displayName: 'Token',
|
displayName: 'Token',
|
||||||
|
|
|
||||||
|
|
@ -6,12 +6,12 @@
|
||||||
"resources": {
|
"resources": {
|
||||||
"credentialDocumentation": [
|
"credentialDocumentation": [
|
||||||
{
|
{
|
||||||
"url": "https://docs.n8n.io/credentials/httpbin"
|
"url": "http://httpbin.org/#/Auth/get_bearer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"primaryDocumentation": [
|
"primaryDocumentation": [
|
||||||
{
|
{
|
||||||
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.httpbin/"
|
"url": "http://httpbin.org/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue