📝
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 Posts

POST Missing Posts

POST https://api.cakes.com/missing/posts

This endpoint allows you to register missing pet

Request Body

Name
Type
Description

contents

string

contents of post

title

string

title of post

missing_latitude

string

latitude of missing location

missing_longitude

string

longitude of missing location

video_url

string

video of missing pet

image_url

string

image of missing pet

pet_id

number

Missing pet id

missing_location

string

Location of missing pet

missing_status

boolean

Whether the pet is missing or not

{   "message": "success post missing pet register"}
{    "message": "Could not find pet info"}
{    "message": "Pet already registered as missing"}

POST https://api.cakes.com/missing/posts

Request Body

Name
Type
Description

contents

string

about

POST https://api.cakes.com/missing/posts

Request Body

Name
Type
Description

contents

string

about

PreviousGET Missing PostsNextPUT Missing Posts

Last updated 3 years ago

Was this helpful?