From d2e5f302a81c460d709765a8a54381aae26e758f Mon Sep 17 00:00:00 2001 From: JianBo He Date: Wed, 29 Nov 2023 13:47:32 +0800 Subject: [PATCH] chore(http): add description for bridges v1 --- apps/emqx_bridge_http/src/emqx_bridge_http_schema.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/emqx_bridge_http/src/emqx_bridge_http_schema.erl b/apps/emqx_bridge_http/src/emqx_bridge_http_schema.erl index 958fef4ac..935c8e470 100644 --- a/apps/emqx_bridge_http/src/emqx_bridge_http_schema.erl +++ b/apps/emqx_bridge_http/src/emqx_bridge_http_schema.erl @@ -168,7 +168,8 @@ basic_config() -> desc => ?DESC("config_enable_bridge"), default => true } - )} + )}, + {description, emqx_schema:description_schema()} ] ++ http_resource_opts() ++ connector_opts(). request_config() ->