---
title: "Update a review"
method: PATCH
path: "/social/{connection_id}/review/{id}"
tags: ["social", "review"]
---

# Update a review

`PATCH /social/{connection_id}/review/{id}`

## Path parameters

- `connection_id` string, required
- `id` string, required

## Query parameters

- `fields` string[]
- `raw` string

## Request body

- SocialReview
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `profile_id` string
  - `rating` number
  - `title` string
  - `content` string
  - `author_name` string
  - `author_avatar_url` string
  - `author_location` string
  - `reply` PropertySocialReviewReply — The business's reply to the review
    - `content` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `url` string
  - `raw` object

## Response `200`

Successful

- SocialReview
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `profile_id` string
  - `rating` number
  - `title` string
  - `content` string
  - `author_name` string
  - `author_avatar_url` string
  - `author_location` string
  - `reply` PropertySocialReviewReply — The business's reply to the review
    - `content` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `url` string
  - `raw` object

## Changes

- **2026-08-24** `1fbb53b88365` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/social/:connection_id/review/:id/patch.md)

---

[API](https://skmtc.dev/unified/apis/unified-to-api.md) · [All operations](https://skmtc.dev/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unified/unified-to-api/revisions/45664a7696ac/schema)
