Admin APIAmenity GroupsUpdate an amenity groupUpdate an amenity group PUT /api/v1/pms/amenity-groups/:id Updates name and description on an existing group. Does not touch the active flag (use DELETE to soft-delete). Request Responses200404Group updated; returns the new state.No group with that id.