24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-04 21:27:16 +02:00

Fix command argument formatting

This commit is contained in:
Pablo Polvorin 2016-07-19 00:51:04 -03:00
parent 33e0283f0d
commit 483ef09263

View File

@ -117,7 +117,7 @@ get_commands_spec() ->
module = ?MODULE, function = oauth_revoke_token,
args = [{token, string}],
policy = restricted,
result = {tokens, {list, {token, {tuple, [{token, string}, {scope, string}, {expires_in, string}]}}}},
result = {tokens, {list, {token, {tuple, [{token, string}, {user, string}, {scope, string}, {expires_in, string}]}}}},
result_desc = "List of remaining tokens"
}
].