DocScoDoc/docs/samples/sample_partition-groups-order.json.md

28 lines
454 B
Markdown
Raw Normal View History

2022-08-02 20:58:45 +02:00
### partition-groups-order
2022-08-13 19:29:08 +02:00
#### POST /partition/1/groups/order
> `Content-Type: application/json`
2022-08-02 20:58:45 +02:00
>
2022-08-13 19:29:08 +02:00
> `[ 1 ]`
2022-08-02 20:58:45 +02:00
```json
{
"bul_show_rank": true,
2022-08-13 19:29:08 +02:00
"formsemestre_id": 1,
"groups": {
"1": {
"group_name": "",
2022-08-13 19:29:08 +02:00
"id": 1,
"numero": 0,
"partition_id": 1
}
},
"groups_editable": true,
"id": 1,
"numero": 3,
"partition_name": "P2BIS",
"show_in_lists": false
2022-08-02 20:58:45 +02:00
}
```