23 lines
370 B
Markdown
23 lines
370 B
Markdown
### formsemestre-partitions-order
|
|
|
|
#### POST /formsemestre/1/partitions/order
|
|
> `Content-Type: application/json`
|
|
>
|
|
> `[ 1 ]`
|
|
|
|
```json
|
|
[
|
|
{
|
|
"id": 2,
|
|
"partition_name": "PART",
|
|
"bul_show_rank": false,
|
|
"groups_editable": true,
|
|
"formsemestre_id": 1,
|
|
"numero": 0,
|
|
"show_in_lists": false
|
|
},
|
|
"... etc."
|
|
]
|
|
```
|
|
|