Documentation Index
Fetch the complete documentation index at: https://docs.quader864.ir/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint requires admin role.
Path parameters
Request body
New role for the user. Must be one of: user, moderator, admin
Response
curl -X PATCH https://api-verifier-2.onrender.com/api/users/65a1b2c3d4e5f6g7h8i9j0k1/role \
-H "Authorization: Bearer <admin-token>" \
-H "Content-Type: application/json" \
-d '{
"role": "moderator"
}'
{
"success": true,
"message": "Role updated"
}