Skip to content

Commit f9e756b

Browse files
committed
Change minimumLicenseRequired to basic
1 parent 253495b commit f9e756b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/case/server/connectors/case

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)