DocScoDoc/docs/samples/sample_group_edit.json.md

28 lines
464 B
Markdown
Raw Permalink Normal View History

2024-07-27 13:34:32 +02:00
### group_edit
2022-08-02 20:58:45 +02:00
2024-07-27 13:34:32 +02:00
#### POST /group/1/edit
2022-08-13 19:29:08 +02:00
> `Content-Type: application/json`
>
2024-07-27 13:34:32 +02:00
> `{"group_name":"A1"}`
2022-08-02 20:58:45 +02:00
```json
{
2024-07-27 13:34:32 +02:00
"edt_id": null,
"group_name": "A1",
"id": 1,
"numero": 0,
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
}
```