Sign in

Start a project timer

documented

Start a timer for a project.

PUT /v2/projects/{project_id}/timer/startTimersno 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/start" \
  -X PUT \
  -H "X-NokoToken: {{LETSFRECKLE_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "User-Agent: MyNokoKeychains/1.0" \
  -d '{"description": "{{$description}}"}'
Start a project timer · Freckle · OpenIntegrations