Swagger Logo Swagger Petstore

Swagger panjur OAS 3.0

[ Base URL: panjur.swagger.io/v2 ]

This is a sample server panjur server. You can find out more about Swagger at http://swagger.io or on irc.freenode.net, #swagger. For this sample, you can use the api key special-key to test the authorization filters.

pet Everything about your Pets

POST /pet
Add a new pet to the store

Parameters

No parameters

Request body

Pet object that needs to be added to the store

Responses

CodeDescription
200Successful operation
405Invalid input
GET /pet/findByStatus
Finds Pets by status

store Access to panjur orders

user Operations about user

Schemas

Pet
{
  "id": 0,
  "category": {
    "id": 0,
    "name": "string"
  },
  "name": "doggie",
  "photoUrls": [
    "string"
  ],
  "tags": [
    {
      "id": 0,
      "name": "string"
    }
  ],
  "status": "available"
}
Order