Add SearchApi credentials description
This commit is contained in:
parent
7bc41939e4
commit
83947dc55d
|
|
@ -11,6 +11,8 @@ class SearchApi implements INodeCredential {
|
||||||
this.label = 'Search API'
|
this.label = 'Search API'
|
||||||
this.name = 'searchApi'
|
this.name = 'searchApi'
|
||||||
this.version = 1.0
|
this.version = 1.0
|
||||||
|
this.description =
|
||||||
|
'Sign in to <a target="_blank" href="https://www.searchapi.io/">SearchApi</a> to obtain a free API key from the dashboard.'
|
||||||
this.inputs = [
|
this.inputs = [
|
||||||
{
|
{
|
||||||
label: 'SearchApi API Key',
|
label: 'SearchApi API Key',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue