diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-21 14:57:04 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 14:57:57 +0100 |
commit | cf28be08437fee009b94c875793c1b83f74013a7 (patch) | |
tree | 626ce898947153c54a52c0edeb45a202433ff53a /ctl-apidef.json | |
parent | 9e8fb48bc13f3ef4848a54c7a2415cb25339fef0 (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": { |