# PUT Missing Comments

## PUT Missing Comments

<mark style="color:orange;">`PUT`</mark> `https://api.cakes.com/missing/comments/:id`

This endpoint allows you to get free cakes.

#### Path Parameters

| Name | Type   | Description                          |
| ---- | ------ | ------------------------------------ |
| id   | string | missing answer id you want to update |

#### Request Body

| Name        | Type   | Description               |
| ----------- | ------ | ------------------------- |
| missing\_id | string | missing id for the answer |
| text        | string | text of answer            |
| image\_url  | string | image url of answer       |
| video\_url  | string | video url of answer       |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
{    "message": "successfully updated Missing answer"}
```

{% endtab %}

{% tab title="404 Could not find a cake matching this query." %}

```
{    "message": "Could not find matching missing comment"}
```

{% endtab %}
{% endtabs %}
