Skip to content

Commit

Permalink
doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Dec 10, 2024
1 parent 276092f commit 2b38a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api/V1/Reprocess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default (app: Application, baseUrl: string) => {
const apiUrl = `${baseUrl}/reprocess`;

/**
* @api {get} /api/v1/reprocess/retryFailed/:id Retry processing a single recording which is in a failed state
* @api {get} /api/v1/reprocess/retry-failed/:id Retry processing a single recording which is in a failed state
* @apiName Reprocess
* @apiGroup Recordings
* @apiParam {Integer} id of recording to retry
Expand Down

0 comments on commit 2b38a15

Please sign in to comment.