Update feedback
curl --request PUT \
--url https://pria.praxislxp.com/api/admin/feedback/{id} \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"rating": 3,
"comment": "<string>",
"response": "<string>"
}
'{
"success": true,
"message": "User institution deleted successfully"
}Admin Feedbacks
Update feedback
Updates feedback status and admin notes
PUT
/
api
/
admin
/
feedback
/
{id}
Update feedback
curl --request PUT \
--url https://pria.praxislxp.com/api/admin/feedback/{id} \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"rating": 3,
"comment": "<string>",
"response": "<string>"
}
'{
"success": true,
"message": "User institution deleted successfully"
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT token passed in x-access-token header
Path Parameters
Feedback ID
Body
application/json
Whitelist-enforced update — only rating, comment, status, and response are accepted. Any other field is silently dropped.
Was this page helpful?
⌘I