21 lines
347 B
Markdown
21 lines
347 B
Markdown
|
### formsemestre-partition-create
|
||
|
|
||
|
`/api/formsemestre/944/partition/create`
|
||
|
> `Content-Type: application/json`
|
||
|
>
|
||
|
> `{ "group_name": "PART" }`
|
||
|
|
||
|
```json
|
||
|
{
|
||
|
"numero": 0,
|
||
|
"formsemestre_id": 944,
|
||
|
"show_in_lists": false,
|
||
|
"id": 2060,
|
||
|
"groups_editable": true,
|
||
|
"bul_show_rank": false,
|
||
|
"partition_name": "PART2",
|
||
|
"groups": {}
|
||
|
}
|
||
|
```
|
||
|
|