Mood
The Mood API offers endpoints for comprehensive mood entry management. It enables operations such as creating new mood entries, retrieving existing ones, and updating them.
Endpoints
Type | URI | Description |
---|---|---|
POST | ./mood | Creates a new mood entry. |
GET | ./mood | Retrieves mood entries based on the provided filters. |
PUT | ./mood/{id} | Updates an existing mood entry. |