Log time to a timer
documentedLog time against a timer (and optionally create an inbox entry).
PUT /v2/projects/{project_id}/timer/logTimersno 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://api.nokotime.com/v2/projects/{{$project_id}}/timer/log" \
-X PUT \
-H "User-Agent: KeychainsNoko/1.0" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-NokoToken: {{LETSFRECKLE_API_KEY}}" \
-d '{"description": "{{$description}}", "entry_date": "{{$entry_date}}"}'