summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2019-05-29 12:35:15 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2019-05-30 15:32:24 +0200
commit17f55b41c3117c8ce90a7a4817052266d7f4de4c (patch)
treec1c1eed68a718461702ae908599f75e5a3449a5d /tests
parent1e6c8892565ac2c0a9578cc2dc8edf3128eb1355 (diff)
#915 add POST refresh command to REST API in ogAdmServer
Forces client to fetch and run any pending command from the server, reload its local configuration file and re-start its selection menu. curl -X POST http://127.0.0.1:8888/refresh -d @refresh.json Request POST /refresh {"clients": [ "192.168.2.1" ] } Reply: 200 OK
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-tests.sh b/tests/run-tests.sh
index 138b3b2..f0cae2a 100755
--- a/tests/run-tests.sh
+++ b/tests/run-tests.sh
@@ -7,3 +7,4 @@ curl -X POST http://127.0.0.1:8888/session -d @session.json
curl -X POST http://127.0.0.1:8888/poweroff -d @poweroff.json
curl -X POST http://127.0.0.1:8888/reboot -d @reboot.json
curl -X POST http://127.0.0.1:8888/stop -d @stop.json
+curl -X POST http://127.0.0.1:8888/refresh -d @refresh.json