Skip to content

Commit

Permalink
added api/admin/get-bug-log to API schema
Browse files Browse the repository at this point in the history
  • Loading branch information
aattiyah committed Oct 19, 2024
1 parent 8362fcd commit 3ae2b0d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/openapi/read.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,3 +340,13 @@ 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 3ae2b0d

Please sign in to comment.