POST QNA Answer

POST QNA Answer

POST https://api.cakes.com/qna/answer/:id/register

This endpoint allows you to register new QNA Answer.

Path Parameters

NameTypeDescription

id

string

question id for the answer

Request Body

NameTypeDescription

video_url

string

video of answer

image_url

string

image of answer

user_id

string

mentor user id who wrote answer

text

string

answer text

{    "message": "success post QNA answer"}

Last updated