Aller au contenu

Sample partition edit.json

partition-edit

POST /partition/1/edit

Content-Type: application/json

{"partition_name":"P2BIS", "numero":3,"bul_show_rank":true,"show_in_lists":false, "groups_editable":true}

{
    "bul_show_rank": true,
    "formsemestre_id": 1,
    "groups": {
        "1": {
            "group_name": "",
            "id": 1,
            "numero": 0,
            "partition_id": 1
        }
    },
    "groups_editable": true,
    "id": 1,
    "numero": 3,
    "partition_id": 1,
    "partition_name": "P2BIS",
    "show_in_lists": false
}