Skip to content

Commit

Permalink
adding the get buglog to the schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Latifa Al-Hitmi authored and Latifa Al-Hitmi committed Oct 19, 2024
1 parent 795a0b5 commit 9e47779
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/openapi/read.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,3 +340,12 @@ paths:
description: Bug reported successfully
'400':
description: Bad request
/api/admin/get-bug-log:
get:
summary: Get bug logs
description: Endpoint to get bug logs
responses:
'200':
description: Bug logs fetched successfully
'400':
description: Bad request

0 comments on commit 9e47779

Please sign in to comment.