From 7c541140d0c407e3a93baccb9574123aaa9fd52f Mon Sep 17 00:00:00 2001 From: Antony Male Date: Mon, 30 Nov 2015 08:20:06 +0000 Subject: [PATCH] Fix port in example in rest/system-debug-post --- rest/system-debug-post.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/system-debug-post.rst b/rest/system-debug-post.rst index 9e11f29c3..3ef8a65d0 100644 --- a/rest/system-debug-post.rst +++ b/rest/system-debug-post.rst @@ -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'