mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Remove tech preview designation from session invalidation API (#224076)
## Summary Removes the tech preview designation from the session invalidation API. Resolves https://github.com/elastic/kibana/issues/224070 ## Release Note The Session Invalidation API is now marked as Stable. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
a8b2ac6c48
commit
39818955b9
2 changed files with 1 additions and 3 deletions
|
@ -46955,7 +46955,6 @@ paths:
|
|||
summary: Invalidate user sessions
|
||||
tags:
|
||||
- user session
|
||||
x-state: Technical Preview
|
||||
/api/short_url:
|
||||
post:
|
||||
description: |
|
||||
|
|
|
@ -17,7 +17,6 @@ paths:
|
|||
summary: Invalidate user sessions
|
||||
tags:
|
||||
- user session
|
||||
x-state: Technical Preview
|
||||
description: >
|
||||
Invalidate user sessions that match a query.
|
||||
To use this API, you must be a superuser.
|
||||
|
@ -82,7 +81,7 @@ paths:
|
|||
invalidateRequestExample2:
|
||||
summary: Invalidate all SAML sessions
|
||||
description: Run `POST api/security/session/_invalidate` to invalidate sessions that were created by any SAML authentication provider.
|
||||
value: |-
|
||||
value: |-
|
||||
{
|
||||
"match" : "query",
|
||||
"query": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue