Skip to content

Commit 389cf18

Browse files
committed
OAS
1 parent 0e742b8 commit 389cf18

File tree

1 file changed

+3
-3
lines changed
  • services/web/server/src/simcore_service_webserver/api/v0

1 file changed

+3
-3
lines changed

services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,13 @@ paths:
238238
tags:
239239
- auth
240240
summary: Check Auth
241-
description: checks if user is authenticated in the platform
242-
operationId: check_authentication
241+
description: checks whether user request is authenticated
242+
operationId: check_auth
243243
responses:
244244
'204':
245245
description: Successful Response
246246
'401':
247-
description: unauthorized reset due to invalid token code
247+
description: Unauthorized
248248
content:
249249
application/json:
250250
schema:

0 commit comments

Comments
 (0)