21 lines
354 B
Markdown
21 lines
354 B
Markdown
### formsemestre-partition-create
|
|
|
|
#### POST /formsemestre/1/partition/create
|
|
> `Content-Type: application/json`
|
|
>
|
|
> `{"partition_name": "PART"} `
|
|
|
|
```json
|
|
{
|
|
"bul_show_rank": false,
|
|
"partition_name": "PART",
|
|
"groups_editable": true,
|
|
"id": 2,
|
|
"numero": 0,
|
|
"show_in_lists": false,
|
|
"formsemestre_id": 1,
|
|
"groups": {}
|
|
}
|
|
```
|
|
|