docs: changed the return value from null to empty JSON list, when a session does not exist (#7232)

This commit is contained in:
Nuno Adrego 2020-02-11 10:03:28 +00:00 committed by GitHub
parent ea2109a60d
commit f8c5e2a898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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