Users
Update user language
Update the language preference for a user account.
PATCH
Documentation Index
Fetch the complete documentation index at: https://docs.wealthyhood.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Auth0-issued access token that includes the scopes listed for the endpoint.
Headers
MongoDB ObjectId of the user whose language preference should be updated
Pattern:
^[a-f0-9]{24}$Body
application/json
User's preferred language. Valid values are "en" (English) or "el" (Greek).
Available options:
en, el Example:
"en"
Response
Language preference updated successfully