API Docs / Operations / Time Tracking - Timer / Pause Running Timer By Code

Pause Running Timer By Code

POST /tenants/{tenant}/timers/{code}/pause

Pauses any user's running timer — stops the clock on a forgotten timer without losing the accrued time. The owner can still resume or log it. Pausing an already-paused timer has no effect.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Responses

401 Unauthorized – Invalid or missing API key
404 Not Found