Fix port in example in rest/system-debug-post

This commit is contained in:
Antony Male
2015-11-30 08:20:06 +00:00
parent f2c244b761
commit 7c541140d0
+1 -1
View File
@@ -10,4 +10,4 @@ for config and db:
.. code-block:: bash
$ curl -H X-API-Key:abc123 -X POST 'http://localhost:8385/rest/system/debug?disable=beacon,discovery&enable=config,db'
$ curl -H X-API-Key:abc123 -X POST 'http://localhost:8384/rest/system/debug?disable=beacon,discovery&enable=config,db'