DocScoDoc/docs/samples/sample_formsemestre-partiti...

22 lines
377 B
Markdown
Raw Permalink Normal View History

2022-08-02 20:58:45 +02:00
### formsemestre-partition-create
2022-08-13 19:29:08 +02:00
#### POST /formsemestre/1/partition/create
> `Content-Type: application/json`
2022-08-02 20:58:45 +02:00
>
2022-08-13 19:29:08 +02:00
> `{"partition_name": "PART"} `
2022-08-02 20:58:45 +02:00
```json
{
"bul_show_rank": false,
"formsemestre_id": 1,
"groups": {},
2022-08-13 19:29:08 +02:00
"groups_editable": true,
"id": 2,
"numero": 0,
2023-05-11 17:08:35 +02:00
"partition_id": 2,
"partition_name": "PART",
"show_in_lists": false
2022-08-02 20:58:45 +02:00
}
```