22 lines
354 B
Markdown
22 lines
354 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
|
||
|
}
|
||
|
]
|
||
|
```
|
||
|
|