Forum Discussion

miikka's avatar
miikka
Maven
10 years ago

Updating user profile language through REST API v1 now broken

Hi, we have been using this bit of code to change the language setting for a user: <#assign update_lang_setting = rest("/users/self/profiles/name/language/set?value=${language}") /> This has worke...