cURL
curl --request PUT \ --url https://api.surefeedback.com/api/v1/mockup-comments/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "content": "<string>", "description": "<string>", "status": "<string>", "priority": "<string>", "mentions": [ {} ] } '
{ "success": true, "message": "Comment updated successfully", "data": { "id": "220e8400-e29b-41d4-a716-44665544000c", "content": "Updated: Use the darker green from the design system.", "status": "IN_PROGRESS", "priority": "HIGH" } }
Update a mockup comment.
OPEN
IN_PROGRESS
RESOLVED
LOW
MEDIUM
HIGH
Was this page helpful?