mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-30 21:47:30 +00:00
Merge commit 'f3490fc6ced1af8d2c96b76c806d47c77553e4f1' into seeddms-5.0.x
This commit is contained in:
commit
c86bcd50ce
|
@ -1436,7 +1436,7 @@ $app->get('/account/locked', 'getLockedDocuments');
|
|||
$app->post('/accounts', 'createAccount');
|
||||
$app->get('/accounts/:id', 'getAccountById');
|
||||
$app->put('/accounts/:id/disable', 'setDisabledAccount');
|
||||
$app->get('/accounts/:id/password', 'changeAccountPassword');
|
||||
$app->put('/accounts/:id/password', 'changeAccountPassword');
|
||||
$app->post('/groups', 'createGroup');
|
||||
$app->get('/groups/:id', 'getGroup');
|
||||
$app->put('/groups/:id/addUser', 'addUserToGroup');
|
||||
|
|
Loading…
Reference in New Issue
Block a user