Review Modify

리뷰 수정

Review Modify

PATCH https://foodfly.shop/review/

Headers

NameTypeDescription

Authorization

string

Token Value

Request Body

NameTypeDescription

content

string

rating

integer

default = 0 and max 5

pk

integer

review pk

{
	"pk":3,
	"rating": 5,
	"content":"존맛"
}

Last updated