Edit user profile​
Partially update the authenticated user settings and preferences like notification settings, privacy options, and display preferences.
application/json
Request Body required
Settings fields to update - only include fields you want to change
languageId number
reflectionLanguages string[]
ayahLanguages string[]
customized boolean
Responses
- 200
- 400
- 401
Settings updated successfully
application/json
Schema
Example (from schema)
Schema
success boolean
{
"success": true
}
Invalid settings data
User not authenticated
Loading...