mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 14:16: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:
|
requestBody:
|
||||||
$ref: "#/components/requestBodies/userDetails"
|
$ref: "#/components/requestBodies/userDetails"
|
||||||
responses:
|
responses:
|
||||||
'200': #is 201 in the original one
|
'201':
|
||||||
description: User log-in action successful.
|
description: User log-in action successful.
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
|
|
Loading…
Reference in a new issue