We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e742b8 commit 389cf18Copy full SHA for 389cf18
services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml
@@ -238,13 +238,13 @@ paths:
238
tags:
239
- auth
240
summary: Check Auth
241
- description: checks if user is authenticated in the platform
242
- operationId: check_authentication
+ description: checks whether user request is authenticated
+ operationId: check_auth
243
responses:
244
'204':
245
description: Successful Response
246
'401':
247
- description: unauthorized reset due to invalid token code
+ description: Unauthorized
248
content:
249
application/json:
250
schema:
0 commit comments