Skip to content

Commit 93bc488

Browse files
authored
[Security Solution][Case] Change case connector minimum required license to basic (#83401) (#83421)
1 parent 8097f45 commit 93bc488

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/case/server/connectors/case

1 file changed

+1
-1
lines changed

x-pack/plugins/case/server/connectors/case/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function getActionType({
3333
}: GetActionTypeParams): CaseActionType {
3434
return {
3535
id: CASE_ACTION_TYPE_ID,
36-
minimumLicenseRequired: 'gold',
36+
minimumLicenseRequired: 'basic',
3737
name: i18n.NAME,
3838
validate: {
3939
config: CaseConfigurationSchema,

0 commit comments

Comments
 (0)