diff options
author | 2017-08-21 14:57:04 +0200 | |
---|---|---|
committer | 2017-08-21 14:57:04 +0200 | |
commit | 20900888bda16d447ea5a27a4e9c12d81e08e942 (patch) | |
tree | c3ea205bdc10a36628ea40d27accc16ca52111a2 /ctl-apidef.json | |
parent | 27264c392166c21232e6d5fa63813d4daa45a929 (diff) |
Fix Controller API
Diffstat (limited to 'ctl-apidef.json')
-rw-r--r-- | ctl-apidef.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ctl-apidef.json b/ctl-apidef.json index c35cbc0..f292eec 100644 --- a/ctl-apidef.json +++ b/ctl-apidef.json @@ -170,7 +170,7 @@ } } }, - "/lua_docall": { + "/request": { "description": "Execute LUA string script.", "get": { "x-permissions": { @@ -201,7 +201,7 @@ } } }, - "/lua_dostring": { + "/execlua": { "description": "Execute LUA string script.", "get": { "x-permissions": { @@ -223,7 +223,7 @@ } } }, - "/lua_doscript": { + "/scriptlua": { "description": "Execute LUA string script.", "get": { "x-permissions": { |