Swagger Petstore - OpenAPI 3.0
|
| 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. " |
Name: Swagger Petstore - OpenAPI 3.0
Server: https://petstore3.swagger.io/api/v3
Version: 1.1.1
| OperationID: | Path: | Verb: |
|---|
Parameters |
Path | Ref |
|---|
| Parameter Name | IN | Required | LINK/TYPE |
|---|
Request Body |
Path | Ref |
|---|
| Object Name | Field TYPE | PATTERN | ENUM | PARENT |
|---|
Responses |
Path | Ref |
|---|
| Success Object | Field TYPE | PATTERN | ENUM | PARENT |
|---|
No Payload Present
No Payload Present
| Approval | Name | In | Required | Schema | |
|---|---|---|---|---|---|
| VCXVCXV | header | Active | true | Schema.type: |
| Description | Required | Content-Type | Schema | Update an existent pet in the store | application/json | application/xml | application/x-www-form-urlencoded | true |
|---|
| 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 |
| Approval | Name | In | Required | Schema |
|---|
| Description | Required | Content-Type | Schema | Create a new pet in the store | application/json | application/xml | application/x-www-form-urlencoded | true |
|---|
| Status Code | Description | Content-Type | Schema |
|---|---|---|---|
| 200: | Successful operation | application/json : application/xml : | #/components/schemas/Pet |
| 400: | Invalid input | ||
| 422: | Validation exception |
| Approval | Name | In | Required | Schema | |
|---|---|---|---|---|---|
| status | query | Active | false | Schema.type: string |
| Status Code | Description | Content-Type | Schema |
|---|---|---|---|
| 200: | successful operation | application/json : application/xml : | array [object Object] |
| 400: | Invalid status value |
| Approval | Name | In | Required | Schema | |
|---|---|---|---|---|---|
| tags | query | Active | false | Schema.type: array |
| Status Code | Description | Content-Type | Schema |
|---|---|---|---|
| 200: | successful operation | application/json : application/xml : | array [object Object] |
| 400: | Invalid tag value |
| Approval | Name | In | Required | Schema | |
|---|---|---|---|---|---|
| petId | path | Active | true | Schema.type: integer |
| Status Code | Description | Content-Type | Schema |
|---|---|---|---|
| 200: | successful operation | application/json : application/xml : | #/components/schemas/Pet |
| 400: | Invalid ID supplied | ||
| 404: | Pet not found |
| Approval | Name | In | Required | Schema | |
|---|---|---|---|---|---|
| petId | path | Active | true | Schema.type: integer | |
| name | query | Active | Schema.type: string | ||
| status | query | Active | Schema.type: string |
| Description | Required | Content-Type | Schema |
|---|
| Status Code | Description | Content-Type | Schema |
|---|---|---|---|
| 400: | Invalid input |
| Approval | Name | In | Required | Schema | |
|---|---|---|---|---|---|
| api_key | header | Active | false | Schema.type: string | |
| petId | path | Active | true | Schema.type: integer |
| Status Code | Description | Content-Type | Schema |
|---|---|---|---|
| 400: | Invalid pet value |
| Approval | Name | In | Required | Schema | |
|---|---|---|---|---|---|
| petId | path | Active | true | Schema.type: integer | |
| additionalMetadata | query | Active | false | Schema.type: string |
| Description | Required | Content-Type | Schema | application/octet-stream |
|---|
| Status Code | Description | Content-Type | Schema |
|---|---|---|---|
| 200: | successful operation | application/json : | #/components/schemas/ApiResponse |
| Approval | Name | In | Required | Schema |
|---|
| Status Code | Description | Content-Type | Schema |
|---|---|---|---|
| 200: | successful operation | application/json : | object [object Object] |
| Approval | Name | In | Required | Schema |
|---|
| Description | Required | Content-Type | Schema | application/json | application/xml | application/x-www-form-urlencoded |
|---|
| Status Code | Description | Content-Type | Schema |
|---|---|---|---|
| 200: | successful operation | application/json : | #/components/schemas/Order |
| 400: | Invalid input | ||
| 422: | Validation exception |
| Approval | Name | In | Required | Schema | |
|---|---|---|---|---|---|
| orderId | path | Active | true | Schema.type: integer |
| Status Code | Description | Content-Type | Schema |
|---|---|---|---|
| 200: | successful operation | application/json : application/xml : | #/components/schemas/Order |
| 400: | Invalid ID supplied | ||
| 404: | Order not found |
| Approval | Name | In | Required | Schema | |
|---|---|---|---|---|---|
| orderId | path | Active | true | Schema.type: integer |
| Status Code | Description | Content-Type | Schema |
|---|---|---|---|
| 400: | Invalid ID supplied | ||
| 404: | Order not found |
| Approval | Name | In | Required | Schema |
|---|
| Description | Required | Content-Type | Schema | Created user object | application/json | application/xml | application/x-www-form-urlencoded |
|---|
| Status Code | Description | Content-Type | Schema |
|---|---|---|---|
| default: | successful operation | application/json : application/xml : | #/components/schemas/User |
| Approval | Name | In | Required | Schema |
|---|
| Description | Required | Content-Type | Schema | application/json |
|---|
| Status Code | Description | Content-Type | Schema |
|---|---|---|---|
| 200: | Successful operation | application/json : application/xml : | #/components/schemas/User |
| default: | successful operation |
| Approval | Name | In | Required | Schema | |
|---|---|---|---|---|---|
| username | query | Active | false | Schema.type: string | |
| password | query | Active | false | Schema.type: string |
| Status Code | Description | Content-Type | Schema |
|---|---|---|---|
| 200: | successful operation | application/xml : application/json : | string |
| 400: | Invalid username/password supplied |
| Approval | Name | In | Required | Schema |
|---|
| Status Code | Description | Content-Type | Schema |
|---|---|---|---|
| default: | successful operation |
| Approval | Name | In | Required | Schema | |
|---|---|---|---|---|---|
| username | path | Active | true | Schema.type: string |
| Status Code | Description | Content-Type | Schema |
|---|---|---|---|
| 200: | successful operation | application/json : application/xml : | #/components/schemas/User |
| 400: | Invalid username supplied | ||
| 404: | User not found |
| Approval | Name | In | Required | Schema | |
|---|---|---|---|---|---|
| username | path | Active | true | Schema.type: string |
| Description | Required | Content-Type | Schema | Update an existent user in the store | application/json | application/xml | application/x-www-form-urlencoded |
|---|
| Status Code | Description | Content-Type | Schema |
|---|---|---|---|
| default: | successful operation |
| Approval | Name | In | Required | Schema | |
|---|---|---|---|---|---|
| username | path | Active | true | Schema.type: string |
| Status Code | Description | Content-Type | Schema |
|---|---|---|---|
| 400: | Invalid username supplied | ||
| 404: | User not found |