A new pet is born

POST /newPet

A new pet is born, let's come and discover it in Petstore.

Body

Information about a new pet in the system

Responses

  • 200

    Return a 200 status to indicate that the data was received successfully

POST newPet
Request example
{
  "id": 42,
  "name": "string",
  "tag": "string"
}