stop_timer
Stop an active timer within the Harvest time tracking system by specifying the time entry ID, ensuring accurate tracking and task management.
Instructions
Stop a running timer.
Args:
time_entry_id: The ID of the running time entry to stop
Input Schema
Name | Required | Description | Default |
---|---|---|---|
time_entry_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"time_entry_id": {
"title": "Time Entry Id",
"type": "integer"
}
},
"required": [
"time_entry_id"
],
"title": "stop_timerArguments",
"type": "object"
}