From c76057fd37d666a106602491ad584fd5746afcbb Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Mon, 14 Nov 2022 09:54:49 +0000 Subject: [PATCH] Update app/controllers/api/projects.php Co-authored-by: Eldad A. Fux --- app/controllers/api/projects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/projects.php b/app/controllers/api/projects.php index f341566e4..eee242527 100644 --- a/app/controllers/api/projects.php +++ b/app/controllers/api/projects.php @@ -497,7 +497,7 @@ App::patch('/v1/projects/:projectId/auth/limit') }); -App::patch('/v1/projects/:projectId/auth/authDuration') +App::patch('/v1/projects/:projectId/auth/duration') ->desc('Update Project Authentication Duration') ->groups(['api', 'projects']) ->label('scope', 'projects.write')