From: Daniel Henrique Barboza <danielhb(a)linux.vnet.ibm.com>
This patch adds the documentation of the new 'reload' API
in docs/API/config.md.
Signed-off-by: Daniel Henrique Barboza <danielhb(a)linux.vnet.ibm.com>
---
docs/API/config.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/API/config.md b/docs/API/config.md
index 0c273e2..4ba455e 100644
--- a/docs/API/config.md
+++ b/docs/API/config.md
@@ -17,7 +17,7 @@ Contains information about the application environment and
configuration.
**Actions (POST):**
-*No actions defined*
+* reload: reloads WoK configuration. This process will drop all existing WoK connections,
reloading WoK and all its enabled plug-ins.
#### Examples
GET /config
--
2.7.4