v1

OpenAPI 3.0.42026-07-14475158859.0 KB
Recitation

accepts a reported error for recitations, add mistake to approve the mistake and notify the reporter and recitation owner (and deletes the report) (Auth policies: recitation:moderate)

put/api/audio/errors/report/save

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

integer required