Quick document with forward link api_permissions

This commit is contained in:
Badlop 2020-01-27 13:00:08 +01:00
parent 05b68764cc
commit f6d102f5e2
1 changed files with 7 additions and 0 deletions

View File

@ -300,6 +300,13 @@ doc() ->
"'sasl_anon' means that the SASL Anonymous method will be used. "
"'both' means that SASL Anonymous and login anonymous are both "
"enabled. The default value is 'sasl_anon'.")}},
{api_permissions,
#{value => "[Permission, ...]",
desc =>
?T("Define the permissions for API access. Please consult the "
"ejabberd Docs web -> For Developers -> ejabberd ReST API -> "
"https://docs.ejabberd.im/developer/ejabberd-api/permissions/"
"[API Permissions].")}},
{append_host_config,
#{value => "{Host: Options}",
desc =>