Create PUT /api/users/{id} profile update endpoint #28

Closed
opened 2025-11-20 22:11:47 +00:00 by KZix · 0 comments
Owner

Acceptance Criteria:

  • Allow nickname, name, and photo updates
  • Validate input
  • Users can only update own profile
  • Return 400 on validation error
  • Return 401 if unauthorized
  • Return updated user object
**Acceptance Criteria:** - [ ] Allow nickname, name, and photo updates - [ ] Validate input - [ ] Users can only update own profile - [ ] Return 400 on validation error - [ ] Return 401 if unauthorized - [ ] Return updated user object
KZix added the user-managementfeatureapi labels 2025-11-20 22:11:47 +00:00
KZix added this to the Bisca - API project 2025-11-20 22:11:47 +00:00
KZix moved this to In Progress in Bisca - API on 2025-12-18 20:59:03 +00:00
KZix moved this to Backlog in Bisca - API on 2025-12-18 20:59:13 +00:00
KZix moved this to In Progress in Bisca - API on 2025-12-18 20:59:31 +00:00
KZix self-assigned this 2025-12-18 21:00:13 +00:00
KZix moved this to Done in Bisca - API on 2025-12-18 21:00:26 +00:00
KZix closed this issue 2025-12-18 21:04:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SyntaxSquad/DADProject#28