DocScoDoc/docs/samples/sample_formsemestre-partition-create.json.md

21 lines
347 B
Markdown
Raw Normal View History

2022-08-02 20:58:45 +02:00
### 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": {}
}
```