Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request PUT \ --url https://pria.praxislxp.com/api/admin/feedback/{id} \ --header 'Content-Type: application/json' \ --header 'x-access-token: <api-key>' \ --data ' { "status": "pending", "adminNotes": "<string>" } '
{ "success": true, "message": "User institution deleted successfully" }
Updates feedback status and admin notes
JWT token passed in x-access-token header
Feedback ID
Updated status
pending
reviewed
resolved
Admin notes
Feedback updated successfully
true
Success message
"User institution deleted successfully"
Was this page helpful?