mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 06:06:15 +01:00
session now returns 201
This commit is contained in:
parent
22ac115b60
commit
5fd7dbc6d4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ paths:
|
|||
requestBody:
|
||||
$ref: "#/components/requestBodies/userDetails"
|
||||
responses:
|
||||
'200': #is 201 in the original one
|
||||
'201':
|
||||
description: User log-in action successful.
|
||||
content:
|
||||
application/json:
|
||||
|
|
Loading…
Reference in a new issue