We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253495b commit f9e756bCopy full SHA for f9e756b
1 file changed
x-pack/plugins/case/server/connectors/case/index.ts
@@ -33,7 +33,7 @@ export function getActionType({
33
}: GetActionTypeParams): CaseActionType {
34
return {
35
id: CASE_ACTION_TYPE_ID,
36
- minimumLicenseRequired: 'gold',
+ minimumLicenseRequired: 'basic',
37
name: i18n.NAME,
38
validate: {
39
config: CaseConfigurationSchema,
0 commit comments