v1
latestOpenAPI 3.0.42026-07-14475158859.0 KBRecitation
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"
}
}