Skip to content

Commit

Permalink
Fix path for $deleteReportById
Browse files Browse the repository at this point in the history
  • Loading branch information
smailliwcs committed Mar 5, 2024
1 parent f15bc22 commit 2623ba8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion api/src/main/resources/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1987,13 +1987,19 @@ paths:
$ref: '#/components/responses/Unauthorized'
'403':
$ref: '#/components/responses/Unauthorized'
/api/qa//$deleteReportById/{reportId}:
/api/qa/{tenantId}/$deleteReportById/{reportId}:
delete:
tags:
- QA
summary: Deletes a report by id
operationId: deleteReportById
parameters:
- name: tenantId
in: path
description: The id of the tenant
required: true
schema:
type: string
- name: reportId
in: path
description: The id of the report to delete
Expand Down

0 comments on commit 2623ba8

Please sign in to comment.