docs: changed the return value from null to empty JSON list, when a session does not exist (#7232)
This commit is contained in:
parent
ea2109a60d
commit
f8c5e2a898
|
@ -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
|
## List Sessions for Node
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue