# POST Missing Comments

## POST Missing Comments

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

This endpoint allows you to get free cakes.

#### Path Parameters

| Name | Type   | Description               |
| ---- | ------ | ------------------------- |
| id   | string | missing id for the answer |

#### Request Body

| Name       | Type   | Description     |
| ---------- | ------ | --------------- |
| text       | string | text of answer  |
| image\_url | string | image of answer |
| video\_url | string | video of answer |

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

```
{    "message": "success post Missing answer"}
```

{% endtab %}

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

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

{% endtab %}

{% tab title="500 " %}

```
{ "message": "Missing Comment register error" }
```

{% endtab %}
{% endtabs %}
