mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 01:01:11 +03:00
Add SearchApi credentials description
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user