From 2b38a15b8f4aa52ac2c87e0826af79151b53924c Mon Sep 17 00:00:00 2001 From: gferraro Date: Wed, 11 Dec 2024 08:50:20 +1300 Subject: [PATCH] doc string --- api/api/V1/Reprocess.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api/V1/Reprocess.ts b/api/api/V1/Reprocess.ts index 04d8e3b0..f829a588 100755 --- a/api/api/V1/Reprocess.ts +++ b/api/api/V1/Reprocess.ts @@ -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