Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
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"
}Updates feedback status and admin notes
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.
JWT token passed in x-access-token header
Feedback ID
Whitelist-enforced update — only rating, comment, status, and response are accepted. Any other field is silently dropped.
Was this page helpful?