PUT QNA Answer

PUT QNA Answer

PUT https://api.cakes.com/qna/answer/:id/update

This endpoint allows you to update QNA Answer.

Path Parameters

Name
Type
Description

id

string

answer id you want to update

Request Body

Name
Type
Description

question_id

string

question id for the answer

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": "successfully updated QNA answer"}

PUT https://api.cakes.com/qna/answer/update

Path Parameters

Name
Type
Description

string

Could not find matching question

Last updated