v1
latestOpenAPI 3.0.42026-07-14475158859.0 KBRecitation
updates narration metadata (Auth)
reviewstatus cannot be set to Approved or Rejected using this method, use moderate method instead only these set of fields are updatable: AudioTitle, AudioArtist, AudioArtistUrl, AudioSrc, AudioSrcUrl, ReviewStatus (Draft to Pending and vice versa and Approved/Rejected to Pending) only narrator or a moderator can update the narration
put/api/audio/{id}
Path parameters
idinteger required
Request body
Example request
{
"owner": {
"username": "test",
"email": "email@domain.com",
"phoneNumber": "+989121234567",
"firstName": "Hamid Reza",
"surName": "Mohammadi"
}
}Response
OK
Example response
{
"owner": {
"username": "test",
"email": "email@domain.com",
"phoneNumber": "+989121234567",
"firstName": "Hamid Reza",
"surName": "Mohammadi"
}
}