Merge commit 'f3490fc6ced1af8d2c96b76c806d47c77553e4f1' into seeddms-5.0.x

This commit is contained in:
Uwe Steinmann 2017-10-27 07:38:55 +02:00
commit c86bcd50ce

View File

@ -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');