Deprecated - Update the authentication status of the session

put

https://oaainstall-host/risk-analyzer/session/v1/{requestId}

Deprecated: Please use updatesessionsecurely API. This API updates authentication status of the user's session

Request

Path Parameters
Supported Media Types
Request Body - application/xml ()
Root Schema : schema
Type: object
Session data present in the request.
Show Source
Request Body - application/json ()
Root Schema : schema
Type: object
Session data present in the request.
Show Source
Back to Top

Response

Supported Media Types

200 Response

User authentication session status is updated
Body ()
Root Schema : StatusResponse
Type: object
Status information for API call
Show Source
Nested Schema : SessionUserData
Type: object
user related data
Show Source

400 Response

Invalid input
Body ()
Root Schema : StatusResponse
Type: object
Status information for API call
Show Source
Nested Schema : SessionUserData
Type: object
user related data
Show Source

401 Response

Unauthorized

500 Response

Internal server error

503 Response

Service Unavailable
Back to Top