diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 +``` |