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}/status \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "status": "<string>" } '
{ "success": true, "message": "Comment status updated successfully", "data": { "comment": { "id": "990e8400-e29b-41d4-a716-446655440004", "status": "RESOLVED", "resolved_at": "2026-03-02T14:00:00Z", "resolved_by": { "id": "...", "name": "Jane Smith" } } } }
Mark a comment as resolved.
RESOLVED
Was this page helpful?