Warnings
It is used to add or delete a warning to a student. It is used by teachers.
Endpoints
Type | URI | Description |
---|---|---|
GET | ./avertismente | Used to retrieve warnings. |
POST | ./avertismente | It is used to add a warning to a user. |
PUT | ./avertismente | It is used to update a warning. |
DELETE | ./avertismente | It is used to delete a warning. |