stable
Clone or download
Read-only
story #12208 REST route to add user_groups
The endpoint POST /user_groups has been created to allow project administrators to create an empty user group in the project. Change-Id: Ieb8a28ec4351cbfadd741ed62a9a76b0812e113d
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/REST/ProjectAuthorization.class.php | +5 | −5 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
A | src/common/project/REST/UserGroupPOSTRepresentation.php | +39 | −0 | Go to diff View file |
M | src/common/project/REST/v1/UserGroupResource.class.php | +68 | −5 | Go to diff View file |
M | src/common/project/UGroupManager.class.php | +4 | −1 | Go to diff View file |
M | tests/rest/tests/UserGroupTest.php | +27 | −2 | Go to diff View file |