From 564896d64a40e588ea7146bea98df2505c1dd047 Mon Sep 17 00:00:00 2001 From: zhouzb Date: Thu, 9 Sep 2021 17:17:27 +0800 Subject: [PATCH] chore(authn): update api spec --- apps/emqx_authn/src/emqx_authn_api.erl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/emqx_authn/src/emqx_authn_api.erl b/apps/emqx_authn/src/emqx_authn_api.erl index f50cceccb..13fde9b8b 100644 --- a/apps/emqx_authn/src/emqx_authn_api.erl +++ b/apps/emqx_authn/src/emqx_authn_api.erl @@ -1550,7 +1550,8 @@ definitions() -> enable_pipelining => #{ type => boolean, default => true - } + }, + ssl => minirest:ref(<<"SSL">>) } }, @@ -1584,6 +1585,10 @@ definitions() -> certificate => #{ type => string }, + endpoint => #{ + type => string, + example => <<"http://localhost:80">> + }, verify_claims => #{ type => object, additionalProperties => #{