aboutsummaryrefslogtreecommitdiffstats
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
committerFulup Ar Foll <fulup@iot.bzh>2017-08-22 13:59:39 +0200
commit900bb5fd6b48a83c636e61a400464725b41e0d96 (patch)
treece94f07963f7ab6ff63d2bbc23f9808af76b3221 /Controller-afb/ctl-apidef.json
parent0b718e49e2ae9e99247d3b5c31bb3fa24e08caab (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": {