From 1426ec4b296d3990928a46f2da6a9430f74dfb83 Mon Sep 17 00:00:00 2001 From: Anuj Sharma <49609133+Optider@users.noreply.github.com> Date: Mon, 31 May 2021 11:15:18 +0530 Subject: [PATCH] Add param_id to JSON response of RESTful endpoint --- source/includes/namespace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/namespace.md b/source/includes/namespace.md index 07f1d2ed779..029a1b43c39 100755 --- a/source/includes/namespace.md +++ b/source/includes/namespace.md @@ -229,7 +229,7 @@ FlytOS hosts a RESTful server which listens on port **80**. RESTful APIs can be * URL: `http:///ros/get_global_namespace` * Request Method: `GET` -* JSON Response: `{success: Boolean,message: String,param_info:{param_value: String}}` +* JSON Response: `{success: Boolean, message: String, param_info: {param_value: String, param_id: "global_namespace"}} ### Websocket endpoint: