### group-edit #### POST /group/2/edit > `Content-Type: application/json` > > `{"group_name": "NEW_GROUP2"}` ```json { "group_name": "NEW_GROUP2", "id": 2, "numero": null, "partition": { "bul_show_rank": false, "formsemestre_id": 1, "groups_editable": true, "id": 1, "numero": 0, "partition_id": 1, "partition_name": null, "show_in_lists": true }, "partition_id": 1 } ```