diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-22 13:58:57 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 14:59:11 +0100 |
commit | 45e0b5c46bf419e6a7453ea9c59655583135b555 (patch) | |
tree | 0b9d3b57f09ffc2a0cd25dfe24daa3259a56c5b3 /ctl-apidef.json | |
parent | bc1ed1eba6571dd80f519ea11ad67862edb92e9e (diff) |
Minor Fix on LUA script search path
Diffstat (limited to 'ctl-apidef.json')
-rw-r--r-- | ctl-apidef.json | 24 |
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": { |