feat(TheHive Node): Overhaul (#6457)

This commit is contained in:
Michael Kret
2023-09-04 18:15:52 +03:00
committed by GitHub
parent f286bd33c1
commit 73e782e2cf
85 changed files with 8291 additions and 4 deletions

View File

@@ -36,14 +36,15 @@ export class TheHiveApi implements ICredentialType {
description: 'The version of api to be used',
options: [
{
name: 'Version 1',
name: 'TheHive 4+ (api v1)',
value: 'v1',
description: 'API version supported by TheHive 4',
description:
'API version with TheHive 4 support, also works with TheHive 5 but not all features are supported',
},
{
name: 'Version 0',
name: 'TheHive 3 (api v0)',
value: '',
description: 'API version supported by TheHive 3',
description: 'API version with TheHive 3 support',
},
],
},