> For the complete documentation index, see [llms.txt](https://movie-team.gitbook.io/movieteam/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://movie-team.gitbook.io/movieteam/movies/undefined-4.md).

# 리뷰 좋아요/싫어요

## 리뷰에 대한 좋아요/싫어요 생성, 변경, 삭제

<mark style="color:green;">`POST`</mark> `http://127.0.0.1:8000/api/movies/review/<int:review_pk>/likes/`

#### Request Body

| Name                                            | Type    | Description           |
| ----------------------------------------------- | ------- | --------------------- |
| review\_likes<mark style="color:red;">\*</mark> | Boolean | True: 좋아요, False: 싫어요 |

{% tabs %}
{% tab title="201: Created 새로 생성 시" %}

{% endtab %}

{% tab title="204: No Content 좋아요/싫어요 취소 시" %}

{% endtab %}

{% tab title="200: OK 좋아요/싫어요 변경 시" %}

{% endtab %}
{% endtabs %}
