mirror of https://github.com/status-im/consul.git
Fix invalid link to sessions page
This commit is contained in:
parent
d7b736fa6a
commit
3f5e767c30
|
@ -67,7 +67,7 @@ key/value entries.
|
||||||
The `TTL` field is a duration string, and like `LockDelay` it can use "s" as
|
The `TTL` field is a duration string, and like `LockDelay` it can use "s" as
|
||||||
a suffix for seconds. If specified, it must be between 10s and 3600s currently.
|
a suffix for seconds. If specified, it must be between 10s and 3600s currently.
|
||||||
When provided, the session is invalidated if it is not renewed before the TTL
|
When provided, the session is invalidated if it is not renewed before the TTL
|
||||||
expires. See the [session internals page](/docs/internals/session.html) for more
|
expires. See the [session internals page](/docs/internals/sessions.html) for more
|
||||||
documentation of this feature.
|
documentation of this feature.
|
||||||
|
|
||||||
The return code is 200 on success and returns the ID of the created session:
|
The return code is 200 on success and returns the ID of the created session:
|
||||||
|
|
Loading…
Reference in New Issue