2022-08-13 19:29:08 +02:00
|
|
|
### formsemestre-partitions-order
|
|
|
|
|
|
|
|
#### POST /formsemestre/1/partitions/order
|
|
|
|
> `Content-Type: application/json`
|
|
|
|
>
|
|
|
|
> `[ 1 ]`
|
|
|
|
|
|
|
|
```json
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"bul_show_rank": false,
|
|
|
|
"formsemestre_id": 1,
|
2022-08-21 12:13:57 +02:00
|
|
|
"groups_editable": true,
|
|
|
|
"id": 2,
|
2022-08-13 19:29:08 +02:00
|
|
|
"numero": 0,
|
2022-08-21 12:13:57 +02:00
|
|
|
"partition_name": "PART",
|
2022-08-13 19:29:08 +02:00
|
|
|
"show_in_lists": false
|
2022-08-19 11:47:13 +02:00
|
|
|
},
|
2022-08-21 12:13:57 +02:00
|
|
|
"..."
|
2022-08-13 19:29:08 +02:00
|
|
|
]
|
|
|
|
```
|
|
|
|
|