📝
PetGuru_Gitbook
  • PetGuru API Document
  • User
    • POST User Signup
    • POST User Login
    • POST User Logout
    • GET User Info
    • GET me
    • Put me
    • POST User Mentor Auth
  • Pet
    • POST Pet Register
    • GET Pet Info
    • PUT Pet Edit
    • DELETE Pet Delete
  • Missing Board
    • GET Missing Posts
    • POST Missing Posts
    • PUT Missing Posts
    • DELETE Missing Posts
    • GET Missing Comments
    • POST Missing Comments
    • PUT Missing Comments
    • DELETE Missing Comments
  • Q&A Board
    • GET QNA Question
    • POST QNA Question
    • PUT QNA Question
    • DELETE QNA Question
    • GET QNA Answer
    • POST QNA Answer
    • PUT QNA Answer
    • DELETE QNA Answer
    • GET QNA Thread
    • POST QNA Thread
    • PUT QNA Thread
    • DELETE QNA Thread
Powered by GitBook
On this page

Was this helpful?

  1. Q&A Board

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"}
{    "message": "Could not find matching question"}

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

Path Parameters

Name
Type
Description

string

Could not find matching question
PreviousPOST QNA ThreadNextDELETE QNA Thread

Last updated 4 years ago

Was this helpful?