summaryrefslogtreecommitdiffstats
path: root/Controller-afb/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>2017-08-22 14:26:25 +0200
commit4a1abc060f6f68ab28b16baf1832a2edb1a4af1b (patch)
treed715ccab4653aec68dfe502397a0edb7f4e1f80d /Controller-afb/ctl-apidef.json
parent9d6ad02739d0accf22634f73c72a1dce6ec92763 (diff)
Minor Fix on LUA script search path
Diffstat (limited to 'Controller-afb/ctl-apidef.json')
-rw-r--r--Controller-afb/ctl-apidef.json24
1 files changed, 1 insertions, 23 deletions
diff --git a/Controller-afb/ctl-apidef.json b/Controller-afb/ctl-apidef.json
index f292eec..e2207d0 100644
--- a/Controller-afb/ctl-apidef.json
+++ b/Controller-afb/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": {