Recitation
Update a narration profile (Auth)
put/api/audio/profile
Request body
Example request
{
"user": {
"username": "test",
"email": "email@domain.com",
"phoneNumber": "+989121234567",
"firstName": "Hamid Reza",
"surName": "Mohammadi"
}
}Response
OK
Example response
{
"user": {
"username": "test",
"email": "email@domain.com",
"phoneNumber": "+989121234567",
"firstName": "Hamid Reza",
"surName": "Mohammadi"
}
}Changes
No recorded changes to this endpoint across all 15 revisions of this API.