From 765e75e8bba8808abb08dc7f9209a06771d00249 Mon Sep 17 00:00:00 2001 From: Iron_Felix Date: Sat, 15 Nov 2025 00:04:43 +0300 Subject: [PATCH] feat: new responses added --- api/openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/openapi.yaml b/api/openapi.yaml index c1aed30..b17b539 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -57,6 +57,8 @@ paths: $ref: '#/components/schemas/Title' '204': description: No titles found + '400': + description: Request params are not correct '500': description: Unknown server error @@ -167,6 +169,10 @@ paths: $ref: '#/components/schemas/User' '404': description: User not found + '400': + description: Request params are not correct + '500': + description: Unknown server error # patch: # summary: Update user