37 lines
680 B
Markdown
37 lines
680 B
Markdown
### partition_edit
|
|
|
|
#### POST /partition/1/edit
|
|
> `Content-Type: application/json`
|
|
>
|
|
> `{"bul_show_rank":1}`
|
|
|
|
```json
|
|
{
|
|
"bul_show_rank": true,
|
|
"formsemestre_id": 1,
|
|
"groups": {
|
|
"1": {
|
|
"edt_id": "EDT_GR1",
|
|
"group_name": "A1",
|
|
"id": 1,
|
|
"numero": 0,
|
|
"partition_id": 1
|
|
},
|
|
"4": {
|
|
"edt_id": null,
|
|
"group_name": "Nouveau Groupe",
|
|
"id": 4,
|
|
"numero": 1,
|
|
"partition_id": 1
|
|
}
|
|
},
|
|
"groups_editable": true,
|
|
"id": 1,
|
|
"numero": 0,
|
|
"partition_id": 1,
|
|
"partition_name": null,
|
|
"show_in_lists": true
|
|
}
|
|
```
|
|
|