From aa92ef241db9d4d1f8efbddaf064e52ae1e6b93c Mon Sep 17 00:00:00 2001 From: karanbhomiagit Date: Sun, 14 Oct 2018 21:57:05 +0530 Subject: [PATCH] Update index.md (#18524) --- client/src/pages/guide/english/rest-api/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/pages/guide/english/rest-api/index.md b/client/src/pages/guide/english/rest-api/index.md index 94ee3974b5..ecffb53676 100644 --- a/client/src/pages/guide/english/rest-api/index.md +++ b/client/src/pages/guide/english/rest-api/index.md @@ -103,6 +103,7 @@ REST was developed to provide a uniform interface for The dangerous **5xx** resources! - **500** Internal Server Error + - **501** Not implemented. Server lacks the ability to fulfil the request - **504** Gateway Timeout. Server didn't receive timely response Less known **4xx** suggests that you are passing wrong parameter. Can also pass information that is wrong. E.g.