PUT ./timesheet
Used to update a record in the timesheet table
PUT Parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| tsID | int | Required | Timesheet entry id. |
| tsTopic | text | Optional | Lesson topic. |
| tsVisibility | int | Optional | The visibility of the timesheet entry. |
c
Output example
{"success": true}
