DocScoDoc/docs/samples/sample_group_create.json.md

28 lines
504 B
Markdown
Raw Permalink Normal View History

2024-07-27 13:34:32 +02:00
### group_create
2022-08-13 19:29:08 +02:00
#### POST /partition/1/group/create
> `Content-Type: application/json`
>
2024-07-27 13:34:32 +02:00
> `{"group_name" : "Nouveau Groupe"}`
```json
{
2024-07-27 13:34:32 +02:00
"edt_id": null,
"group_name": "Nouveau Groupe",
"id": 4,
"numero": 1,
2022-08-13 19:29:08 +02:00
"partition": {
"bul_show_rank": false,
"formsemestre_id": 1,
2022-08-13 19:29:08 +02:00
"groups_editable": true,
"id": 1,
"numero": 0,
2023-05-11 17:08:35 +02:00
"partition_id": 1,
"partition_name": null,
"show_in_lists": true
},
"partition_id": 1
}
```