Info

Swagger Petstore - OpenAPI 3.0 

Active
Name : Swagger Petstore - OpenAPI 3.0
Base Path : /undefined
Server : https://petstore3.swagger.io/api/v3
Version : 1.1.1
Description : "This is a sample Pet Store Server based on the OpenAPI 3.0 specification. "

Paths


Request Parameters:
Approval Name In Required Schema
VCXVCXV header Active true Schema.type:

Request Body:
Description Required Content-Type Schema
Update an existent pet in the store application/json application/xml application/x-www-form-urlencoded true

Request Responses:
Status Code Description Content-Type Schema
200: Successful operation application/json : application/xml : #/components/schemas/Pet
400: Invalid ID supplied
404: Pet not found
422: Validation exception
Request Parameters:
Approval Name In Required Schema

Request Body:
Description Required Content-Type Schema
Create a new pet in the store application/json application/xml application/x-www-form-urlencoded true

Request Responses:
Status Code Description Content-Type Schema
200: Successful operation application/json : application/xml : #/components/schemas/Pet
400: Invalid input
422: Validation exception

Request Parameters:
Approval Name In Required Schema
status query Active false Schema.type: string

Request Responses:
Status Code Description Content-Type Schema
200: successful operation application/json : application/xml : array [object Object]
400: Invalid status value

Request Parameters:
Approval Name In Required Schema
tags query Active false Schema.type: array

Request Responses:
Status Code Description Content-Type Schema
200: successful operation application/json : application/xml : array [object Object]
400: Invalid tag value

Request Parameters:
Approval Name In Required Schema
petId path Active true Schema.type: integer

Request Responses:
Status Code Description Content-Type Schema
200: successful operation application/json : application/xml : #/components/schemas/Pet
400: Invalid ID supplied
404: Pet not found
Request Parameters:
Approval Name In Required Schema
petId path Active true Schema.type: integer
name query Active Schema.type: string
status query Active Schema.type: string

Request Body:
Description Required Content-Type Schema

Request Responses:
Status Code Description Content-Type Schema
400: Invalid input
Request Parameters:
Approval Name In Required Schema
api_key header Active false Schema.type: string
petId path Active true Schema.type: integer

Request Responses:
Status Code Description Content-Type Schema
400: Invalid pet value

Request Parameters:
Approval Name In Required Schema
petId path Active true Schema.type: integer
additionalMetadata query Active false Schema.type: string

Request Body:
Description Required Content-Type Schema
application/octet-stream

Request Responses:
Status Code Description Content-Type Schema
200: successful operation application/json : #/components/schemas/ApiResponse

Request Parameters:
Approval Name In Required Schema

Request Responses:
Status Code Description Content-Type Schema
200: successful operation application/json : object [object Object]

Request Parameters:
Approval Name In Required Schema

Request Body:
Description Required Content-Type Schema
application/json application/xml application/x-www-form-urlencoded

Request Responses:
Status Code Description Content-Type Schema
200: successful operation application/json : #/components/schemas/Order
400: Invalid input
422: Validation exception

Request Parameters:
Approval Name In Required Schema
orderId path Active true Schema.type: integer

Request Responses:
Status Code Description Content-Type Schema
200: successful operation application/json : application/xml : #/components/schemas/Order
400: Invalid ID supplied
404: Order not found
Request Parameters:
Approval Name In Required Schema
orderId path Active true Schema.type: integer

Request Responses:
Status Code Description Content-Type Schema
400: Invalid ID supplied
404: Order not found

Request Parameters:
Approval Name In Required Schema

Request Body:
Description Required Content-Type Schema
Created user object application/json application/xml application/x-www-form-urlencoded

Request Responses:
Status Code Description Content-Type Schema
default: successful operation application/json : application/xml : #/components/schemas/User

Request Parameters:
Approval Name In Required Schema

Request Body:
Description Required Content-Type Schema
application/json

Request Responses:
Status Code Description Content-Type Schema
200: Successful operation application/json : application/xml : #/components/schemas/User
default: successful operation

Request Parameters:
Approval Name In Required Schema
username query Active false Schema.type: string
password query Active false Schema.type: string

Request Responses:
Status Code Description Content-Type Schema
200: successful operation application/xml : application/json : string
400: Invalid username/password supplied

Request Parameters:
Approval Name In Required Schema

Request Responses:
Status Code Description Content-Type Schema
default: successful operation

Request Parameters:
Approval Name In Required Schema
username path Active true Schema.type: string

Request Responses:
Status Code Description Content-Type Schema
200: successful operation application/json : application/xml : #/components/schemas/User
400: Invalid username supplied
404: User not found
Request Parameters:
Approval Name In Required Schema
username path Active true Schema.type: string

Request Body:
Description Required Content-Type Schema
Update an existent user in the store application/json application/xml application/x-www-form-urlencoded

Request Responses:
Status Code Description Content-Type Schema
default: successful operation
Request Parameters:
Approval Name In Required Schema
username path Active true Schema.type: string

Request Responses:
Status Code Description Content-Type Schema
400: Invalid username supplied
404: User not found

Components