21 lines
471 B
Markdown
21 lines
471 B
Markdown
### evaluation_set_notes
|
|
|
|
#### POST /evaluation/1/notes/set
|
|
> `Content-Type: application/json`
|
|
>
|
|
> `{"notes": [[1, 17], [2, "SUPR"]], "comment" : "sample test"}`
|
|
|
|
```json
|
|
{
|
|
"etudids_changed": [
|
|
1
|
|
],
|
|
"etudids_with_decision": [],
|
|
"history_menu": {
|
|
"1": "<span class=\"history\">\n<span data-note=\"17\">le 27/07/2024 \u00e0 13:24 (Api Admin) <span class=\"histcomment\">sample test</span></span>\n</span>"
|
|
},
|
|
"messages": []
|
|
}
|
|
```
|
|
|