cURL
curl --request PUT \ --url https://api.surefeedback.com/api/v1/comments/{id}/page-url \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "new_page_url": "<string>", "update_all_comments": true, "old_page_url": "<string>" } '
{ "success": true, "message": "Page URL updated successfully", "data": { "comment": { "id": "990e8400-e29b-41d4-a716-446655440004", "page_url": "https://example.com/new-home" } } }
Move a comment to a different page URL.
true
update_all_comments
Was this page helpful?