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