DocScoDoc/docs/samples/sample_partition-edit.json.md

29 lines
561 B
Markdown
Raw Permalink Normal View History

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