v1

latestOpenAPI 3.0.42026-07-14475158859.0 KB
Recitation

report an error in a recitation (Auth)

post/api/audio/errors/report

Request body

idinteger

Id

recitationIdinteger

Recitation Id

reasonTextstring nullable

Reason Text

numberOfLinesAffectedinteger

number of verses affected

coupletIndexinteger

couplet index

dateTimestring date-time

DateTime

Example request

{
  "recitation": {
    "owner": {
      "username": "test",
      "email": "email@domain.com",
      "phoneNumber": "+989121234567",
      "firstName": "Hamid Reza",
      "surName": "Mohammadi"
    }
  }
}

Response

OK

idinteger

Id

recitationIdinteger

Recitation Id

reasonTextstring nullable

Reason Text

numberOfLinesAffectedinteger

number of verses affected

coupletIndexinteger

couplet index

dateTimestring date-time

DateTime

Example response

{
  "recitation": {
    "owner": {
      "username": "test",
      "email": "email@domain.com",
      "phoneNumber": "+989121234567",
      "firstName": "Hamid Reza",
      "surName": "Mohammadi"
    }
  }
}