Skip to content

Commit

Permalink
feat: add get reports endpoint description (#346)
Browse files Browse the repository at this point in the history
Co-authored-by: Sukanya Rath <98050194+sukanya-rath@users.noreply.github.com>
  • Loading branch information
goemen and sukanya-rath authored Mar 28, 2024
1 parent b5d3c5e commit 899174f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-external/src/v1/routes/pay-transparency-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const router = express.Router();
* name: Reports
* /:
* get:
* summary: Get reports
* summary: Get published reports within a date range (date range defaults to the last 30 days)
* tags: [Reports]
* security:
* - ApiKeyAuth: []
Expand Down

0 comments on commit 899174f

Please sign in to comment.