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

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