From 469e8d5da862375c386215f10368a8d9f793b8ae Mon Sep 17 00:00:00 2001 From: bytedream Date: Fri, 21 Jan 2022 23:36:05 +0100 Subject: [PATCH] Removed wrong response from delete endpoint --- api.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/api.yaml b/api.yaml index 3e3f44c..cdde2ae 100644 --- a/api.yaml +++ b/api.yaml @@ -231,11 +231,7 @@ paths: - cookie: [] responses: 200: - description: The article was edited - content: - application/json: - schema: - $ref: '#/components/schemas/ArticleSummary' + description: The article was deleted 401: description: Not authorized content: