PUT/time_entries/{id}.json
Update a Time Entry
Updates the given time-entry record with the data given.
Please Note:
You can also pass in project-id to move this time log to another project.Path Params
- Name
id
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK"
}