DocScoDoc/docs/samples/sample_formsemestre-partiti...

24 lines
392 B
Markdown
Raw Normal View History

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,
"groups_editable": true,
"id": 2,
2022-08-13 19:29:08 +02:00
"numero": 0,
2023-05-11 17:08:35 +02:00
"partition_id": 2,
"partition_name": "PART",
2022-08-13 19:29:08 +02:00
"show_in_lists": false
},
"..."
2022-08-13 19:29:08 +02:00
]
```