a90a43a7a8c66e07c9d508f2a850a644c13b4c0c

Now that the groups collection also accepts group names as identifiers for members, it makes sense to accept PUT for entity creation. The collection will check if the group already exists and fail as there is currently no binding for PUT on a GROUP_KIND. Creation can use the annotation to check the user has the correct capability. Accept most simple group properties as part of the creation request. Use HTTP If-None-Match: * to test for the group already existing and fail if it is present. This protects both the client and the server against a future binding of PUT on GROUP_KIND. Change-Id: If226274f873b32b0df5278cceab452e2a51c5536
Description
RETIRED, Gerrit as used by OpenStack