From 1405cc97a10b58476627e226739881430f7b7468 Mon Sep 17 00:00:00 2001 From: Aisha Al Attiyah Date: Sun, 20 Oct 2024 00:40:18 +0300 Subject: [PATCH] fixed indentation in read.yaml which caused tests to fail --- public/openapi/read.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/openapi/read.yaml b/public/openapi/read.yaml index 08a098718f..b451e58045 100644 --- a/public/openapi/read.yaml +++ b/public/openapi/read.yaml @@ -341,12 +341,12 @@ paths: '400': description: Bad request -/api/admin/get-bug-log: + /api/admin/get-bug-log: get: summary: Get bug logs description: Endpoint to get bug logs responses: '200': - description: Bug logs fetched successfully + description: Bug logs retrieved successfully '400': - description: Bad request \ No newline at end of file + description: Bad request