|
|
@@ -27,9 +27,9 @@ api_schemas(Method) ->
|
|
|
api_ref(emqx_bridge_cassandra, <<"cassandra">>, Method),
|
|
|
api_ref(emqx_ee_bridge_mysql, <<"mysql">>, Method),
|
|
|
api_ref(emqx_bridge_pgsql, <<"pgsql">>, Method),
|
|
|
- api_ref(emqx_bridge_mongodb, Method ++ "_rs"),
|
|
|
- api_ref(emqx_bridge_mongodb, Method ++ "_sharded"),
|
|
|
- api_ref(emqx_bridge_mongodb, Method ++ "_single"),
|
|
|
+ api_ref(emqx_bridge_mongodb, <<"mongodb_rs">>, Method ++ "_rs"),
|
|
|
+ api_ref(emqx_bridge_mongodb, <<"mongodb_sharded">>, Method ++ "_sharded"),
|
|
|
+ api_ref(emqx_bridge_mongodb, <<"mongodb_single">>, Method ++ "_single"),
|
|
|
api_ref(emqx_ee_bridge_hstreamdb, <<"hstreamdb">>, Method),
|
|
|
api_ref(emqx_bridge_influxdb, <<"influxdb_api_v1">>, Method ++ "_api_v1"),
|
|
|
api_ref(emqx_bridge_influxdb, <<"influxdb_api_v2">>, Method ++ "_api_v2"),
|