Browse Source

Merge pull request #2962 from winpat/patch-1

fixed typo
pull/2965/head
James Phillips 8 years ago committed by GitHub
parent
commit
4af5b22669
  1. 2
      website/source/api/session.html.md

2
website/source/api/session.html.md

@ -49,7 +49,7 @@ The table below shows this endpoint's support for
session is invalidated. Valid values are:
- `release` - causes any locks that are held to be released
- `delete` - causes an locks that are held to be deleted
- `delete` - causes any locks that are held to be deleted
- `TTL` `(string: "")` - Specifies the number of seconds (between 10s and
86400s). If provided, the session is invalidated if it is not renewed before

Loading…
Cancel
Save