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.
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.