mirror of https://github.com/status-im/consul.git
website: clarify format of check IDs for sessions (#5036)
* website: clarify format of check IDs for sessions * Update website/source/api/session.html.md Co-Authored-By: pearkes <jackpearkes@gmail.com>
This commit is contained in:
parent
ebc6e6914c
commit
3a8da5e7ce
|
@ -43,8 +43,8 @@ The table below shows this endpoint's support for
|
||||||
- `Name` `(string: "")` - Specifies a human-readable name for the session.
|
- `Name` `(string: "")` - Specifies a human-readable name for the session.
|
||||||
|
|
||||||
- `Checks` `(array<string>: nil)` - specifies a list of associated health
|
- `Checks` `(array<string>: nil)` - specifies a list of associated health
|
||||||
checks. It is highly recommended that, if you override this list, you include
|
check IDs (commonly `CheckID` in API responses). It is highly recommended that,
|
||||||
the default `serfHealth`.
|
if you override this list, you include the default `serfHealth`.
|
||||||
|
|
||||||
- `Behavior` `(string: "release")` - Controls the behavior to take when a
|
- `Behavior` `(string: "release")` - Controls the behavior to take when a
|
||||||
session is invalidated. Valid values are:
|
session is invalidated. Valid values are:
|
||||||
|
|
Loading…
Reference in New Issue