v1
latestOpenAPI 3.0.42026-07-14475158859.0 KBRecitation
report an error in a recitation (Auth)
post/api/audio/errors/report
Request body
Example request
{
"recitation": {
"owner": {
"username": "test",
"email": "email@domain.com",
"phoneNumber": "+989121234567",
"firstName": "Hamid Reza",
"surName": "Mohammadi"
}
}
}Response
OK
Example response
{
"recitation": {
"owner": {
"username": "test",
"email": "email@domain.com",
"phoneNumber": "+989121234567",
"firstName": "Hamid Reza",
"surName": "Mohammadi"
}
}
}