PUT QNA Thread

PUT QNA Thread

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

This endpoint allows you to update QNA Thread

Path Parameters

Name
Type
Description

id

string

thread id

Request Body

Name
Type
Description

question_id

string

question id for the thread

user_id

string

user id who wrote the thread

text

string

Thread text

{    "message": "success update QNA thread"}

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

Path Parameters

Name
Type
Description

string

Could not find matching question

Last updated