DocScoDoc/docs/samples/sample_partition-group-crea...

27 lines
486 B
Markdown
Raw Permalink Normal View History

2022-08-13 19:29:08 +02:00
### partition-group-create
2022-08-13 19:29:08 +02:00
#### POST /partition/1/group/create
> `Content-Type: application/json`
>
> `{"group_name": "NEW_GROUP"}`
```json
{
"group_name": "NEW_GROUP",
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,
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
}
```