cURL
curl --request PUT \ --url https://api.surefeedback.com/api/v1/comments/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "content": "<string>", "priority": "<string>", "page_url": "<string>" } '
{ "success": true, "data": { "id": "990e8400-e29b-41d4-a716-446655440004", "content": "Updated: The header is misaligned below 768px width.", "priority": "high" } }
Edit a comment’s content or priority.
low
medium
high
Was this page helpful?