summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 55d4edf..ec6fac3 100644
--- a/README.md
+++ b/README.md
@@ -88,3 +88,17 @@ curl -X DELETE -H "token: myuploadtoken" http://docker10.host.lan:5040/delete/fi
"success": "File 'file' successfully deleted"
}
```
+
+### /health
+
+#### input
+
+```bash
+curl -H "token: myuploadtoken" http://docker10.host.lan:5040/health
+```
+
+#### output
+
+```bash
+OK
+```