1
0
Fork 0
mirror of synced 2024-06-18 18:54:55 +12:00

Update app/controllers/api/projects.php

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Bradley Schofield 2022-11-14 09:54:49 +00:00 committed by GitHub
parent 36d4719a3b
commit c76057fd37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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') ->desc('Update Project Authentication Duration')
->groups(['api', 'projects']) ->groups(['api', 'projects'])
->label('scope', 'projects.write') ->label('scope', 'projects.write')