[v3] Timer
Stop timer
Stop the current timer for the authenticated user.
post/v3/timer/stop
Headers
Acceptstring
Example:application/json
Content-Typestring
Example:application/json
Request body
Example request
{
"timerId": 501,
"stoppedAt": "2026-06-29 09:15:00",
"place": "timesheet"
}Response
OK