From 474b52827c28839d1546fcc16603ae857523c176 Mon Sep 17 00:00:00 2001 From: Jannik Seiler Date: Tue, 29 Oct 2019 14:10:11 +0100 Subject: [PATCH] --- API-Documentaion.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/API-Documentaion.md b/API-Documentaion.md index 24e1182..e78e54c 100644 --- a/API-Documentaion.md +++ b/API-Documentaion.md @@ -208,4 +208,11 @@ Each meal (element of meals) has the following values: } ``` +### /health +/health return 200 as Number. It can be used for health checks of the API service. + +``` json +200 +``` +