From de62daf38698e93dff25df16dcf8610ace5eb04a Mon Sep 17 00:00:00 2001 From: Nuno Adrego <55922671+nunoadrego@users.noreply.github.com> Date: Tue, 11 Feb 2020 10:03:28 +0000 Subject: [PATCH] docs: changed the return value from null to empty JSON list, when a session does not exist (#7232) --- website/source/api/session.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/session.html.md b/website/source/api/session.html.md index a8ae034eaf..47ca8f95e6 100644 --- a/website/source/api/session.html.md +++ b/website/source/api/session.html.md @@ -209,7 +209,7 @@ $ curl \ ] ``` -If the session does not exist, `null` is returned instead of a JSON list. +If the session does not exist, an empty JSON list `[]` is returned. ## List Sessions for Node