{
"widgetId": "e4cd2716-ab7a-4218-95f9-302c98959998",
"minimumRating": 5,
"name": "testing functionality2 ",
"readOnly": false,
"reviewCount": 10,
"sites": [
"maps.google.com",
"facebook.com",
"yelp.com"
],
"widgetHeight": "470px",
"widgetType": "medium_slider",
"widgetWidth": "100%"
}
curl --location --request POST 'https://rohit.synup.com/api/v4/review_widget/edit' \
--header 'Authorization: API nQWIQkSj_nLpgzeSXtSjNVCxhVU' \
--header 'Content-Type: application/json' \
--data-raw '{
"widgetId": "e4cd2716-ab7a-4218-95f9-302c98959998",
"minimumRating": 5,
"name": "testing functionality2 ",
"readOnly": false,
"reviewCount": 10,
"sites": [
"maps.google.com",
"facebook.com",
"yelp.com"
],
"widgetHeight": "470px",
"widgetType": "medium_slider",
"widgetWidth": "100%"
}'
{"data":{"editReviewWidget":{"widget":{"id":"e4cd2716-ab7a-4218-95f9-302c98959998","name":"testing functionality2 ","description":null,"widgetType":"medium slider","reviewCount":10,"minimumRating":5,"widgetWidth":"100%","widgetHeight":"470px","sites":["maps.google.com","facebook.com","yelp.com"],"readOnly":false,"locationId":"TG9jYXRpb246NzAzNTY1","archived":false,"createdAt":"2025-08-06 07:32:11.613863","updatedAt":"2025-08-06 07:34:28.132402"},"errors":null}}}