Sign in

Create entry

documented

Create a new time entry.

POST /api/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://apitest.letsfreckle.com/api/entries.json" \
  -X POST \
  -H "X-FreckleToken: {{LETSFRECKLE_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"entry": {"minutes": "{{$minutes}}", "user": "{{$user}}", "project-id": {{$project_id}}, "description": "{{$description}}", "date": "{{$date}}"}}'