Update ElasticsearchAPI.credential.ts

This commit is contained in:
Henry Heng 2023-10-12 12:40:43 +01:00 committed by GitHub
parent 0be1823a0e
commit 8bca7b3c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class ElectricsearchAPI implements INodeCredential {
type: 'string' type: 'string'
}, },
{ {
label: 'Elasticsearch API ID', label: 'Elasticsearch API Key',
name: 'apiKey', name: 'apiKey',
type: 'password' type: 'password'
} }