summaryrefslogtreecommitdiffstats
path: root/ctl-apidef.json
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2017-08-22 13:58:57 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-12-13 14:59:11 +0100
commit45e0b5c46bf419e6a7453ea9c59655583135b555 (patch)
tree0b9d3b57f09ffc2a0cd25dfe24daa3259a56c5b3 /ctl-apidef.json
parentbc1ed1eba6571dd80f519ea11ad67862edb92e9e (diff)
Minor Fix on LUA script search path
Diffstat (limited to 'ctl-apidef.json')
-rw-r--r--ctl-apidef.json24
1 files changed, 1 insertions, 23 deletions
diff --git a/ctl-apidef.json b/ctl-apidef.json
index f292eec..e2207d0 100644
--- a/ctl-apidef.json
+++ b/ctl-apidef.json
@@ -201,29 +201,7 @@
}
}
},
- "/execlua": {
- "description": "Execute LUA string script.",
- "get": {
- "x-permissions": {
- "$ref": "#/components/x-permissions/navigation"
- },
- "parameters": [
- {
- "in": "query",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "$ref": "#/components/responses/200"
- }
- }
- }
- },
- "/scriptlua": {
+ "/debuglua": {
"description": "Execute LUA string script.",
"get": {
"x-permissions": {