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

26 lines
437 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
{
2022-08-13 19:29:08 +02:00
"numero": null,
"id": 2,
"group_name": "NEW_GROUP2",
"partition_id": 1,
"partition": {
"id": 1,
"partition_name": null,
"bul_show_rank": false,
"groups_editable": true,
"formsemestre_id": 1,
"numero": 0,
"show_in_lists": true
}
2022-08-02 20:58:45 +02:00
}
```