PUT ./teme/rating
Add / change a rating to a homework or student.
PUT parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| hwsID | int | Required | Homework / student association ID. |
| hwsRatingID | string | Optional | values[0,1,2,3,4]; Homework eating. |
| hwsRatingComment | string | Optional | Homework rating comment. |
Output example
{"result": true,}
