Skip to content

Commit

Permalink
[#IOPID-1309] Fix fast login openapi paths (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnedMarshal authored Jan 23, 2024
1 parent bf1f63b commit 75cbb85
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ servers:
security:
- ApiKeyAuth: []
paths:
logout:
/logout:
post:
operationId: logoutFromIOApp
summary: Logout User from IO App
Expand Down Expand Up @@ -46,7 +46,7 @@ paths:
description: Bad Gateway
'504':
description: Gateway Timeout
lock-session:
/lock-session:
post:
operationId: lockUserSession
summary: Lock User Session on IO App
Expand Down Expand Up @@ -83,7 +83,7 @@ paths:
description: Bad Gateway
'504':
description: Gateway Timeout
unlock-session:
/unlock-session:
post:
operationId: unlockUserSession
summary: Unlock User Session on IO App
Expand Down Expand Up @@ -125,7 +125,7 @@ paths:
description: Bad Gateway
'504':
description: Gateway Timeout
session-state:
/session-state:
post:
operationId: getUserSessionState
summary: Get User Session State on IO App
Expand Down

0 comments on commit 75cbb85

Please sign in to comment.