Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST "https://api.hitler.app/api/moods" \ -H "Authorization: Bearer YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "value": 4, "note": "Good team meeting today" }'
const mood = await api.logMood({ value: 4, note: "Good team meeting today", });
{ "id": "mood-uuid-123", "value": 4, "note": "Good team meeting today", "userId": "user-uuid", "organizationId": "org-uuid", "createdAt": "2024-01-15T09:30:00.000Z" }
Log a mood entry for the current user