time entries
Partially updates time entry with provided id. Only provided fields will be updated.
patch/companies/{companySlug}/timeEntries/{timeEntryId}
Request body
Example request
{
"date": "2024-03-15",
"hours": 7.5,
"startTime": "09:00",
"description": "Implemented new feature",
"internalNote": "Need to follow up with client",
"activityId": 12345,
"projectId": 67890
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.