feat(api): add PATCH endpoint and fix preferences API paths #539

Merged
jason.woltje merged 1 commits from feat/user-preferences-endpoint into main 2026-02-27 10:51:29 +00:00
Owner

Summary

  • Add PATCH method to PreferencesController for partial preference updates
  • Fix profile page API path: →
  • Fix appearance page API path: same prefix correction
  • Add controller and service unit tests

Closes SS-API-002 (issue #534)

## Summary - Add PATCH method to PreferencesController for partial preference updates - Fix profile page API path: → - Fix appearance page API path: same prefix correction - Add controller and service unit tests Closes SS-API-002 (issue #534)
jason.woltje added 1 commit 2026-02-27 10:50:37 +00:00
feat(api): add PATCH endpoint and fix preferences API paths
All checks were successful
ci/woodpecker/push/web Pipeline was successful
ci/woodpecker/push/api Pipeline was successful
b0f3496976
- Add PATCH method to PreferencesController for partial updates
- Fix profile page API path: /users/me/preferences → /api/users/me/preferences
- Fix appearance page API path: same prefix correction
- Add controller and service spec files

Closes SS-API-002

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jason.woltje merged commit 833662a64f into main 2026-02-27 10:51:29 +00:00
Sign in to join this conversation.