Aller au contenu

/api/v1/timers/{id}/stop

POST
/api/v1/timers/{id}/stop
curl --request POST \
--url https://example.com/api/v1/timers/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/stop \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "stoppedAt": "2026-04-15T12:00:00Z" }'
id
required
string format: uuid
Media type application/json
object
stoppedAt
string format: date-time
nullable
Example generated
{
"stoppedAt": "2026-04-15T12:00:00Z"
}

OK