DocScoDoc/docs/samples/sample_group-edit.json.md

27 lines
464 B
Markdown
Raw Normal View History

2022-08-13 19:29:08 +02:00
### group-edit
2022-08-02 20:58:45 +02:00
2022-08-13 19:29:08 +02:00
#### POST /group/2/edit
> `Content-Type: application/json`
>
> `{"group_name": "NEW_GROUP2"}`
2022-08-02 20:58:45 +02:00
```json
{
"group_name": "NEW_GROUP2",
2022-08-13 19:29:08 +02:00
"id": 2,
"numero": null,
2022-08-13 19:29:08 +02:00
"partition": {
"bul_show_rank": false,
"formsemestre_id": 1,
"groups_editable": true,
"id": 1,
2022-08-13 19:29:08 +02:00
"numero": 0,
2023-05-11 17:08:35 +02:00
"partition_id": 1,
"partition_name": null,
2022-08-13 19:29:08 +02:00
"show_in_lists": true
},
"partition_id": 1
2022-08-02 20:58:45 +02:00
}
```