Skip to content

Commit

Permalink
autogen(openapi): regenerate swagger spec and internal client
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Oct 19, 2023
1 parent f0501d2 commit db4fd7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/httpclient/api/openapi.yaml
Expand Up @@ -1134,7 +1134,7 @@ paths:
\ the authentication session(s), the subject\nhas to re-authenticate at the\
\ Ory OAuth2 Provider. This endpoint does not invalidate any tokens.\n\nIf\
\ you send the subject in a query param, all authentication sessions that\
\ belong to that subject are revoked.\nNo OpennID Connect Front- or Back-channel\
\ belong to that subject are revoked.\nNo OpenID Connect Front- or Back-channel\
\ logout is performed in this case.\n\nAlternatively, you can send a SessionID\
\ via `sid` query param, in which case, only the session that is connected\n\
to that SessionID is revoked. OpenID Connect Back-channel logout is performed\
Expand Down
2 changes: 1 addition & 1 deletion internal/httpclient/api_o_auth2.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spec/api.json
Expand Up @@ -2995,7 +2995,7 @@
},
"/admin/oauth2/auth/sessions/login": {
"delete": {
"description": "This endpoint invalidates authentication sessions. After revoking the authentication session(s), the subject\nhas to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens.\n\nIf you send the subject in a query param, all authentication sessions that belong to that subject are revoked.\nNo OpennID Connect Front- or Back-channel logout is performed in this case.\n\nAlternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected\nto that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case.",
"description": "This endpoint invalidates authentication sessions. After revoking the authentication session(s), the subject\nhas to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens.\n\nIf you send the subject in a query param, all authentication sessions that belong to that subject are revoked.\nNo OpenID Connect Front- or Back-channel logout is performed in this case.\n\nAlternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected\nto that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case.",
"operationId": "revokeOAuth2LoginSessions",
"parameters": [
{
Expand Down
2 changes: 1 addition & 1 deletion spec/swagger.json
Expand Up @@ -1280,7 +1280,7 @@
},
"/admin/oauth2/auth/sessions/login": {
"delete": {
"description": "This endpoint invalidates authentication sessions. After revoking the authentication session(s), the subject\nhas to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens.\n\nIf you send the subject in a query param, all authentication sessions that belong to that subject are revoked.\nNo OpennID Connect Front- or Back-channel logout is performed in this case.\n\nAlternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected\nto that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case.",
"description": "This endpoint invalidates authentication sessions. After revoking the authentication session(s), the subject\nhas to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens.\n\nIf you send the subject in a query param, all authentication sessions that belong to that subject are revoked.\nNo OpenID Connect Front- or Back-channel logout is performed in this case.\n\nAlternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected\nto that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case.",
"consumes": [
"application/json"
],
Expand Down

0 comments on commit db4fd7d

Please sign in to comment.