Sign in

Log time to a timer

documented

Log time against a timer (and optionally create an inbox entry).

PUT /v2/projects/{project_id}/timer/logTimersno 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://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}}"}' 
Log time to a timer · Freckle · OpenIntegrations