25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-12-24 17:29:28 +01:00

mod_http_api: Annotate that default_version was added in new release

This commit is contained in:
Badlop 2024-12-17 18:13:25 +01:00
parent 1107cefdb6
commit d93a8e341f

View File

@ -590,6 +590,7 @@ mod_doc() ->
opts => opts =>
[{default_version, [{default_version,
#{value => "integer() | string()", #{value => "integer() | string()",
note => "added in 24.12",
desc => desc =>
?T("What API version to use when none is specified in the URL path. " ?T("What API version to use when none is specified in the URL path. "
"If setting an ejabberd version, it will use the latest API " "If setting an ejabberd version, it will use the latest API "