From 11e19325ec2c9d19023b5dc73da4609265d8e78f Mon Sep 17 00:00:00 2001 From: Abhay PS Date: Wed, 30 Mar 2022 23:56:12 +0530 Subject: [PATCH] Inference API ping response fixed Signed-off-by: Abhay PS --- docs/inference_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/inference_api.md b/docs/inference_api.md index 2ff4d27ffe..ef85e4ffc5 100644 --- a/docs/inference_api.md +++ b/docs/inference_api.md @@ -37,7 +37,7 @@ If the server is running, the response is: ```json { - "health": "healthy!" + "status": "Healthy" } ```