Edit Reviews

user edit reviews that they created of the selected designer

PATCH /reviews/{reviewId}

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Request-Body

Name
Type
Description

rating

integer

modified rating of the reservation

content

text

modified comment

Response

{
  "reviewId": 98765,
  "designerId": "dhuman01",
  "userId": "John99",
  "rating": 4,
  "comment": "서비스가 좋았지만 조금 더 세심했으면 좋았을 것 같아요.",
  "appointmentId": 67890,
  "createdAt": "2024-10-08T12:34:56Z",
  "updatedAt": "2024-10-09T14:20:00Z"
}

Last updated