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