Update Time Entry
documentedUpdate the time entry.
PUT /itil/{module_name}/{module_item_id}/time_sheets/[id].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://{{$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}}}}'