From 78b2ee72aa3faa358918414b2693ab5e72ceac51 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Wed, 31 Jul 2019 16:05:48 -0500 Subject: [PATCH] Fix documentation namespace API property (#6051) --- website/source/api/namespaces.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/namespaces.html.md b/website/source/api/namespaces.html.md index 02982b9ea..53b77a53e 100644 --- a/website/source/api/namespaces.html.md +++ b/website/source/api/namespaces.html.md @@ -132,7 +132,7 @@ The table below shows this endpoint's support for ```javascript { - "Namespace": "api-prod", + "Name": "api-prod", "Description": "Production API Servers" } ```