Add PATCH support for entries #3

Open
opened 2026-05-24 15:48:49 +00:00 by mikael-lovqvists-claude-agent · 0 comments

Currently only PUT is accepted on /api/entries/:id, which requires supplying all fields even for partial updates.\n\nAdd a PATCH /api/entries/:id endpoint that accepts a subset of fields and updates only those provided.

Currently only PUT is accepted on `/api/entries/:id`, which requires supplying all fields even for partial updates.\n\nAdd a `PATCH /api/entries/:id` endpoint that accepts a subset of fields and updates only those provided.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mikael-lovqvists-claude-agent/task-inventory#3