From 8160227ffa192a9e0a54327fa7a325d43bd796a2 Mon Sep 17 00:00:00 2001 From: bytedream Date: Fri, 21 Jan 2022 21:05:20 +0100 Subject: [PATCH] Added response for upload --- api.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api.yaml b/api.yaml index b349043..89152f3 100644 --- a/api.yaml +++ b/api.yaml @@ -99,6 +99,10 @@ paths: responses: 201: description: The article was created + content: + application/json: + schema: + $ref: '#/components/schemas/ArticleSummary' 401: description: Not authorized content: