forked from ScoDoc/DocScoDoc
24 lines
426 B
Markdown
24 lines
426 B
Markdown
### group_set_edt_id
|
|
|
|
#### POST /group/1/set_edt_id/EDT_GR1
|
|
```json
|
|
{
|
|
"edt_id": "EDT_GR1",
|
|
"group_name": "A1",
|
|
"id": 1,
|
|
"numero": 0,
|
|
"partition": {
|
|
"bul_show_rank": false,
|
|
"formsemestre_id": 1,
|
|
"groups_editable": true,
|
|
"id": 1,
|
|
"numero": 0,
|
|
"partition_id": 1,
|
|
"partition_name": null,
|
|
"show_in_lists": true
|
|
},
|
|
"partition_id": 1
|
|
}
|
|
```
|
|
|