diff options
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": { |