Actions
Bug #9594
closedUser groups API does not contain "admin" field on GET requests.
Description
Steps to reproduce:
Issue GET request to this address: https://$host/api/v2/usergroups/<usergroup_name>
Expected result: All properties of the group, including "admin" flag.
Actual result: "admin" flag is missing from the JSON
Side note:
PUT request will accept the "admin" field, will respect it, and will show its new state in the response.
Actions