📝
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. Missing Board

PUT Missing Comments

PUT Missing Comments

PUT https://api.cakes.com/missing/comments/:id

This endpoint allows you to get free cakes.

Path Parameters

Name
Type
Description

id

string

missing answer id you want to update

Request Body

Name
Type
Description

missing_id

string

missing id for the answer

text

string

text of answer

image_url

string

image url of answer

video_url

string

video url of answer

{    "message": "successfully updated Missing answer"}
{    "message": "Could not find matching missing comment"}

PreviousPOST Missing CommentsNextDELETE Missing Comments

Last updated 3 years ago

Was this helpful?