From 5fd7dbc6d4a9e50bb031eb033092e17c1c8bcad8 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Thu, 24 Nov 2022 15:29:46 +0100 Subject: [PATCH] session now returns 201 --- doc/api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.yaml b/doc/api.yaml index 9d88832..4bb33ba 100644 --- a/doc/api.yaml +++ b/doc/api.yaml @@ -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: