sayren Docs
Me

Update review

PUT
/storefront/v1/me/reviews/{reviewId}
AuthorizationBearer <token>

회원 accessToken

In: header

Path Parameters

reviewId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

rating?integer
Range1 <= value <= 5
content?string
Length10 <= length <= 2000
images?array<>
Itemsitems <= 5

Response Body

curl -X PUT "https://example.com/storefront/v1/me/reviews/string" \  -H "Content-Type: application/json" \  -d '{}'
Empty