Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.surefeedback.com/api/v1/comments/{id}/assign-user \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "user_id": "<string>" } '
{ "success": true, "message": "Comment assigned successfully", "data": { "comment": { "id": "990e8400-e29b-41d4-a716-446655440004", "assigned_to": { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Jane Smith" } } } }
Assign a comment to a team member.
Was this page helpful?