summaryrefslogtreecommitdiffstats
path: root/ctl-apidef.json
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2017-08-21 14:57:04 +0200
committerFulup Ar Foll <fulup@iot.bzh>2017-08-21 14:57:04 +0200
commit20900888bda16d447ea5a27a4e9c12d81e08e942 (patch)
treec3ea205bdc10a36628ea40d27accc16ca52111a2 /ctl-apidef.json
parent27264c392166c21232e6d5fa63813d4daa45a929 (diff)
Fix Controller API
Diffstat (limited to 'ctl-apidef.json')
-rw-r--r--ctl-apidef.json6
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": {