21 lines
320 B
Markdown
21 lines
320 B
Markdown
|
### partition-edit
|
||
|
|
||
|
`/api/partition/2047/edit`
|
||
|
> `Content-Type: application/json`
|
||
|
>
|
||
|
> `{ "partition_name": "PART4" }`
|
||
|
|
||
|
```json
|
||
|
{
|
||
|
"numero": 1,
|
||
|
"formsemestre_id": 944,
|
||
|
"show_in_lists": true,
|
||
|
"id": 2047,
|
||
|
"groups_editable": true,
|
||
|
"bul_show_rank": false,
|
||
|
"partition_name": "PART4",
|
||
|
"groups": {}
|
||
|
}
|
||
|
```
|
||
|
|