Hi,
I would like to create a case connector where a user can create or update cases through the connector. The license of the case connector should be basic like the es_index and server_log connectors. I register the action type calling plugins.actions.registerType(...) on cases plugin setup. Setting the minimumLicenseRequired to basic produces the following error:
Error: Third party action type ".case" can only set minimumLicenseRequired to a gold license or higher .
Thanks!