41 lines
713 B
Markdown
41 lines
713 B
Markdown
|
### formsemestre-partition-order
|
||
|
|
||
|
`/api/formsemestre/944/partition/create`
|
||
|
> `Content-Type: application/json`
|
||
|
>
|
||
|
> `[ 2059, 2047, 2060 ]`
|
||
|
|
||
|
|
||
|
```json
|
||
|
[
|
||
|
{
|
||
|
"formsemestre_id": 944,
|
||
|
"numero": 0,
|
||
|
"show_in_lists": false,
|
||
|
"id": 2059,
|
||
|
"partition_name": "PART",
|
||
|
"bul_show_rank": false,
|
||
|
"groups_editable": true
|
||
|
},
|
||
|
{
|
||
|
"formsemestre_id": 944,
|
||
|
"numero": 1,
|
||
|
"show_in_lists": true,
|
||
|
"id": 2047,
|
||
|
"partition_name": "PART4",
|
||
|
"bul_show_rank": false,
|
||
|
"groups_editable": true
|
||
|
},
|
||
|
{
|
||
|
"formsemestre_id": 944,
|
||
|
"numero": 2,
|
||
|
"show_in_lists": false,
|
||
|
"id": 2060,
|
||
|
"partition_name": "PART2",
|
||
|
"bul_show_rank": false,
|
||
|
"groups_editable": true
|
||
|
}
|
||
|
]
|
||
|
```
|
||
|
|