Start/Stop Timer
documentedStart or stop the time-tracking timer for a time entry.
PUT /itil/{module_name}/{module_item_id}/time_sheets/[id]/toggle_timer.jsonTime Entriesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$FRESHSERVICE_DOMAIN}}.freshservice.com/itil/{{$module_name}}/{{$module_item_id}}/time_sheets/{{$time_sheet_id}}/toggle_timer.json" \
-X PUT \
-u apikey:{{$FRESHSERVICE_API_KEY}} \
-H "Content-Type: application/json" \
-H "Accept: application/json"