Sign in

Create entry

documented

Create a new time entry.

POST /v2/entriesEntriesno 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/entries" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "User-Agent: Keychains-NokoClient/1.0" \
  -d '{"date": "{{$date}}", "user_id": {{$user_id}}, "minutes": {{$minutes}}, "description": "{{$description}}", "project_id": {{$project_id}}, "project_name": "{{$project_name}}", "source_url": "{{$source_url}}"}'
Create entry · Freckle · OpenIntegrations