Edit user profile​
Edit user profile
application/json
Request Body required
Profile update details
languageId number
reflectionLanguages string[]
ayahLanguages string[]
customized boolean
Responses
- 200
- 400
Profile updated successfully
application/json
Schema
Example (from schema)
Schema
success boolean
{
"success": true
}
Invalid profile update
application/json
Schema
Example (from schema)
Schema
success boolean
{
"success": false
}
Loading...