miikka
9 years agoMaven
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 worked well up until version 16.5 but now it seems to be broken or at least not working reliably enough (it's used in the page initialization script so it's hard to see what goes wrong).
So has something changed in 16.6 or in 16.7 which could cause this?
Cheers,
.M