---
title: "Reply to a Google Review (creates or updates the owner reply)"
method: PUT
path: "/api/v1/misc/google-business/reviews/{reviewId}/reply"
tags: ["misc"]
---

# Reply to a Google Review (creates or updates the owner reply)

`PUT /api/v1/misc/google-business/reviews/{reviewId}/reply`

## Path parameters

- `reviewId` string, required

## Request body

- object
  - `teamId` string, required
  - `comment` string, required

## Response `200`

200

- object
  - `id` string, required
  - `socialAccountId` string, required
  - `teamId` string, required
  - `externalReviewId` string, required
  - `reviewerDisplayName` string, nullable
  - `reviewerProfilePhotoUrl` string, nullable
  - `starRating` 'ONE' | 'TWO' | 'THREE' | 'FOUR' | 'FIVE', nullable
  - `comment` string, nullable
  - `reviewReplyComment` string, nullable
  - `reviewReplyUpdatedAt` string, date-time, nullable
  - `createTime` string, date-time, nullable
  - `updateTime` string, date-time, nullable
  - `importedAt` string, date-time, nullable
  - `createdAt` string, date-time, nullable, required
  - `updatedAt` string, date-time, nullable, required
  - `deletedAt` string, date-time, nullable

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `429` — 429
- `500` — 500

---

[API](https://skmtc.net/bundle/apis/bundle-social-api.md) · [All operations](https://skmtc.net/bundle/apis/bundle-social-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bundle/bundle-social-api/versions/b773556c2f09/schema)
