Users Api Update preferredLanguages
-
Is it possible to remove a preferred language and replace it with a new one using the the users api or ruby client?
Currently on update if the user chooses to update their language it will add that language to the list of preferred languages as opposed to replacing.
-
-
@nlunn Yes, you should be able to do this using one of the newer patch methods. These are unfortunately not available in the client libraries (yet), but can be used with an HTTP request.
More details here: https://fusionauth.io/docs/v1/tech/apis/#the-patch-http-method
-
@dan thank you guys for quick response, it took me 15 months to take a look... any chance it has been added to client libraries?