PUT Missing Comments

PUT Missing Comments

PUT https://api.cakes.com/missing/comments/:id

This endpoint allows you to get free cakes.

Path Parameters

NameTypeDescription

id

string

missing answer id you want to update

Request Body

NameTypeDescription

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

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

Last updated