Fixed broken iec104 REST, added missing params error code #9001 (#9002)

This commit is contained in:
GabrieleDeri 2025-02-26 14:35:24 +01:00 committed by GitHub
parent ff50067a3b
commit 3e13ef3f06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 17 additions and 3 deletions

View file

@ -14,7 +14,7 @@ local import_export_rest_utils = require "import_export_rest_utils"
--
-- Export SNMP configuration
-- Example: curl -u admin:admin http://localhost:3000/lua/rest/v2/export/snmp/config.lua
-- Example: curl -u admin:admin http://localhost:3000/lua/rest/v2/export/snmp_data/config.lua
--
-- NOTE: in case of invalid login, no error is returned but redirected to login
--