patch-private-groups-GROUP_ID.rst (481B)
1 .. http:patch:: [/instances/$INSTANCES]/private/groups/$GROUP_ID 2 3 This is used to update a group. 4 5 **Required permission:** ``groups-write`` 6 7 **Request:** 8 9 The request body must be a `GroupAddRequest`. 10 11 **Response:** 12 13 :http:statuscode:`204 No content`: 14 The group has successfully modified. 15 :http:statuscode:`404 Not found`: 16 The group or instance is unknown to the backend. 17 :http:statuscode:`409 Conflict`: 18 The specified group name is already in use.