mirror of https://github.com/status-im/consul.git
docs: changed the return value from null to empty JSON list, when a session does not exist (#7232)
This commit is contained in:
parent
1cd85ab243
commit
de62daf386
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue