POST QNA Thread

POST QNA Thread

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

This endpoint allows you to post new QNA Thread

Path Parameters

NameTypeDescription

id

string

question id for the thread

Request Body

NameTypeDescription

user_id

string

user id who wrote the thread

text

string

Thread text

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

Last updated