PUT ./note
It is used to modify a grade.
PUT parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| notaID | int | Required | Grade ID. |
| notaObs | string | Optional | Observation for the grade. |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| notaID | 101 | Invalid notaID. |
Output example
{"result": true}
