SpotifyElectron icon indicating copy to clipboard operation
SpotifyElectron copied to clipboard

Promote User to Artist

Open AntonioMrtz opened this issue 2 months ago • 1 comments

Create an endpoint for PATCH /usuarios/promote that accepts an user name and:

  • Deletes the user from user database ( method already created on user_service )
  • Creates an artist with the previous user data ( method already created on user_service )
  • Add tests that cover whole functionality

AntonioMrtz avatar Apr 21 '24 15:04 AntonioMrtz