📝
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

POST Missing Comments

POST Missing Comments

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

This endpoint allows you to get free cakes.

Path Parameters

Name
Type
Description

id

string

missing id for the answer

Request Body

Name
Type
Description

text

string

text of answer

image_url

string

image of answer

video_url

string

video of answer

{    "message": "success post Missing answer"}
{    "message": "Could not find matching missing question"}
{ "message": "Missing Comment register error" }

PreviousGET Missing CommentsNextPUT Missing Comments

Last updated 3 years ago

Was this helpful?