Sign in

Pause a project timer

documented

Pause a timer for a project.

PUT /v2/projects/{project_id}/timer/pauseTimersno 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/pause' \
  -X PUT \
  -H "User-Agent: MyNokoBot/1.0" \
  -H "X-NokoToken: {{LETSFRECKLE_API_KEY}}" \
  -H "Accept: application/json"