Skip to content

Implement Update User Profile Endpoint #28

@ayshadogo

Description

@ayshadogo

Description:
Allow users to update their profile information.

Tasks:

  • Create PATCH /users/profile endpoint
  • Create UpdateUserDto with validation
  • Allow updates: name, country, bio, avatar
  • Prevent updates to email, role, kyc_status
  • Validate wallet address format if provided
  • Return updated profile

Acceptance Criteria:

  • Users can update allowed fields only
  • Email and role cannot be changed
  • Wallet address is validated
  • Returns 400 on invalid data

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions