We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d40dab commit 01b1710Copy full SHA for 01b1710
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