ex) api/reviews/game/1469160/ → (수정) api/reviews/game/?game_id=int:game_id&review_id=int:review_id

응답 예시

  1. game : game DB에 저장된 필드 값들 추후 (youtube url, minichatbot? … …) 추가할 것들 있으면 추가 예정.
  2. my_reivew : 유저(작성자)가 작성한 리뷰가 있을 때만 나온다. 없으면 null
  3. cliecked_review : 리뷰 목록에서 클릭한 리뷰 없으면 null
  4. reviews : 유저(작성자)가 작성한 리뷰를 제외한 리뷰의 app_id가 Game DB에 저장된 appID와 동일한 리뷰들이 나온다.
{
    "game": {
        "appID": 1469160,
        "name": "Wartune Reborn",
        "header_image": "<https://cdn.akamai.steamstatic.com/steam/apps/1469160/header.jpg?t=1617078164>",
        "genres": [
            "Adventure",
            "Casual",
            "Free to Play",
            "Massively Multiplayer",
            "RPG",
            "Strategy"
        ],
        "supported_languages": [
            "English"
        ]
    },
    "my_review": {
        "id": 6,
        "user": 1,
        "nickname": "cgg",
        "content": "This is an amazing RPG game!",
        "content_display": "This is an amazing RPG game!",
        "app_id": 1469160,
        "game_name": "Wartune Reborn",
        "header_image": "<https://cdn.akamai.steamstatic.com/steam/apps/1469160/header.jpg?t=1617078164>",
        "score": "4.5",
        "categories": [
            "Adventure",
            "Casual",
            "Free to Play",
            "Massively Multiplayer",
            "RPG",
            "Strategy"
        ],
        "created_at": "2025-01-15T06:54:09.335595Z",
        "updated_at": "2025-01-15T06:54:09.339787Z",
        "comments": []
    },
    "clicked_review": {
        "id": 7,
        "user": 2,
        "nickname": "TestUser1",
        "content": "",
        "content_display": "",
        "app_id": 1469160,
        "game_name": "Wartune Reborn",
        "header_image": "<https://cdn.akamai.steamstatic.com/steam/apps/1469160/header.jpg?t=1617078164>",
        "score": "4.5",
        "categories": [
            "Adventure",
            "Casual",
            "Free to Play",
            "Massively Multiplayer",
            "RPG",
            "Strategy"
        ],
        "created_at": "2025-01-19T03:57:40.714671Z",
        "updated_at": "2025-01-19T03:57:40.720671Z",
        "comments": []
    },
    "reviews": [
        {
            "id": 4,
            "user": null,
            "nickname": "알수없음",
            "content": "This is an amazing RPG game!",
            "content_display": "This is an amazing RPG game!",
            "app_id": 1469160,
            "game_name": "Wartune Reborn",
            "header_image": "<https://cdn.akamai.steamstatic.com/steam/apps/1469160/header.jpg?t=1617078164>",
            "score": "4.5",
            "categories": [
                "Adventure",
                "Casual",
                "Free to Play",
                "Massively Multiplayer",
                "RPG",
                "Strategy"
            ],
            "created_at": "2025-01-14T03:43:49.554103Z",
            "updated_at": "2025-01-17T02:45:45.093598Z",
            "comments": []
        },
        {
            "id": 3,
            "user": null,
            "nickname": "알수없음",
            "content": "This is an amazing RPG game!",
            "content_display": "This is an amazing RPG game!",
            "app_id": 1469160,
            "game_name": "Wartune Reborn",
            "header_image": "<https://cdn.akamai.steamstatic.com/steam/apps/1469160/header.jpg?t=1617078164>",
            "score": "4.5",
            "categories": [
                "Adventure",
                "Casual",
                "Free to Play",
                "Massively Multiplayer",
                "RPG",
                "Strategy"
            ],
            "created_at": "2025-01-14T03:35:08.418286Z",
            "updated_at": "2025-01-14T03:35:08.420285Z",
            "comments": []
        },
		]
}