POST QNA Question

POST QNA Question

POST https://api.cakes.com/qna/question/register

This endpoint allows you to register new QNA question

Request Body

NameTypeDescription

category

string

category of question

user_id

string

user id

pet_id

string

user's pet id

title

string

title of the question

image_url

string

image in the question

video_url

string

video in the question

text

string

text in the question

hashtag

string

hashtag

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

Last updated