> For the complete documentation index, see [llms.txt](https://foodfly-status404.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://foodfly-status404.gitbook.io/project/review-modify.md).

# Review Modify

## Review Modify

<mark style="color:purple;">`PATCH`</mark> `https://foodfly.shop/review/`

#### Headers

| Name          | Type   | Description |
| ------------- | ------ | ----------- |
| Authorization | string | Token Value |

#### Request Body

| Name    | Type    | Description           |
| ------- | ------- | --------------------- |
| content | string  |                       |
| rating  | integer | default = 0 and max 5 |
| pk      | integer | review pk             |

{% tabs %}
{% tab title="200 " %}

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

{% endtab %}
{% endtabs %}
