From cf28be08437fee009b94c875793c1b83f74013a7 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Mon, 21 Aug 2017 14:57:04 +0200 Subject: Fix Controller API --- ctl-apidef.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ctl-apidef.json') 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": { -- cgit 1.2.3-korg