Sign in

Update Time Entry

documented

Update the time entry.

PUT /itil/{module_name}/{module_item_id}/time_sheets/[id].jsonTime Entriesno implementation yet0 runs
No 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://{{$domain}}/itil/{{$module_name}}/{{$module_item_id}}/time_sheets/{{$time_sheet_id}}.json" \
  -X PUT \
  -u "{{$FRESHSERVICE_API_KEY}}:X" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"time_entry": {"note": "{{$note}}", "billable": {{$billable}}}}'
Update Time Entry · Freshservice · OpenIntegrations