NoroffFEU / agency-api.noroff.dev

The Unlicense
2 stars 12 forks source link

Users - PUT - Skills should accept an array #111

Closed Anclagen closed 9 months ago

Anclagen commented 1 year ago

Currently using an array for the skills when updating a user profile causes an internal error, and skills can only be updated using a string although this string seems to split based on commas and converted into an array.

This should be fix so it conforms to the documentation and accept only an array. Screenshot 2023-10-06 122412 Screenshot 2023-10-06 122434