Update AstraApi.credential.ts

This commit is contained in:
hakeemsyd 2024-01-12 01:43:22 +05:00 committed by Ilango
parent 4b39b4115b
commit b3c9c32a48
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class AstraDBApi implements INodeCredential {
this.version = 1.0
this.inputs = [
{
label: 'Collection Name',
label: 'Astra DB Collection Name',
name: 'collectionName',
type: 'string'
},