| type | apiKey | |
|---|---|---|
| name | api_key | |
| in | HEADER | |
| type | apiKey | |
|---|---|---|
| name | api_key_2 | |
| in | HEADER | |
| type | basic | |
|---|---|---|
| type | oauth2 | |
|---|---|---|
| authorizationUrl | http://swagger.io/api/oauth/dialog | |
| flow | implicit | |
| scopes | write:pets | modify pets in your account |
| read:pets | read your pets | |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| startId | query | yes | start ID of pets that need to be fetched | - | integer (int64) |
| endId | query | yes | end ID of pets that need to be fetched | - | integer (int64) |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| body | body | yes | Resource to insert | - |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| firstParamConcrete | path | yes | - | string | |
| secondParamAbstract | query | yes | - | string | |
| thirdParamInterface | query | no | - | string |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| body | body | yes | Pet object that needs to be added to the store | - | Pet |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| body | body | yes | Pet object that needs to be added to the store | - | Pet |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| pageNumber | query | yes | pageNumber | - | integer (int32) |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| status | query | yes | Status values that need to be considered for filter | - | Array[string] (multi) |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| tags | query | yes | Tags to filter by | - | Array[string] (multi) |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| petName | path | yes | petName (**Pattern**: `[^/]*`) | - | string |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| pet | query | no | describe Pet in json here | - | string |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| header-test-name | header | yes | header-test-value | - | string |
| path-test-name | path | yes | path-test-value | - | string |
| body-test-name | body | yes | body-test-value | - | Pet |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| form-test-name | formData | yes | form-test-value | - | Array[string] (multi) |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| petId | path | yes | ID of pet that needs to be fetched (**Pattern**: `[0-9]`) | - | integer (int64) |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| petId | path | yes | ID of pet that needs to be updated | - | string |
| name | formData | no | Updated name of the pet | - | string |
| status | formData | no | Updated status of the pet | - | string |
| myHeader | header | no | - | string | |
| intValue | header | no | - | integer (int32) | |
| listValue | query | no | - | Array[string] (multi) | |
| myNestedBeanHeader | header | no | Header from nested bean | - | string |
| constructorInjectedHeader | header | no | Header injected at constructor | - | string |
| testIntegerAllowableValues | query | no | testIntegerAllowableValues | - | integer (int32) |
| constrainedField | query | yes | (**Pattern**: `[0-9]5`) | - | integer (int32) |
| myParentHeader | header | no | Header from parent | - | string |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| api_key | header | no | - | string | |
| petId | path | yes | Pet id to delete | - | integer (int64) |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| petId | path | yes | ID of pet that needs to be updated | - | string |
| name | formData | no | Updated name of the pet | - | string |
| status | formData | no | Updated status of the pet | - | string |
| myHeader | header | no | - | string | |
| intValue | header | no | - | integer (int32) | |
| listValue | query | no | - | Array[string] (multi) | |
| myNestedBeanHeader | header | no | Header from nested bean | - | string |
| constructorInjectedHeader | header | no | Header injected at constructor | - | string |
| testIntegerAllowableValues | query | no | testIntegerAllowableValues | - | integer (int32) |
| constrainedField | query | yes | (**Pattern**: `[0-9]5`) | - | integer (int32) |
| myParentHeader | header | no | Header from parent | - | string |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| startId | path | yes | start ID of pets that need to be fetched (**Pattern**: `[0-9]{1,2}`) | - | integer (int64) |
| endId | path | yes | end ID of pets that need to be fetched (**Pattern**: `[0-9]{1,2}`) | - | integer (int64) |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| body | body | yes | order placed for purchasing the pet | - | Order |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| orderId | path | yes | ID of pet that needs to be fetched | - | string |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| orderId | path | yes | ID of the order that needs to be deleted | - | string |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| orderIds | path | yes | IDs of pets that needs to be fetched | - | Array[string] (csv) |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| name | path | yes | - | string |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| name | path | yes | - | string |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| body | body | yes | Created user object | - | User |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| body | body | yes | List of user object | - | Array[User] |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| body | body | yes | List of user object | - | Array[User] |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| username | query | yes | The user name for login | - | string |
| password | query | yes | The password for login in clear text | - | string |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| username | path | yes | The name that needs to be fetched. Use user1 for testing. | - | string |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| username | path | yes | name that need to be deleted | - | string |
| body | body | yes | Updated user object | - | User |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| username | path | yes | The name that needs to be deleted | - | string |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| body | body | yes | User to be updated | - | User |
| Name | Located in | Required | Description | Default | Schema |
|---|---|---|---|---|---|
| username | path | yes | Username of user that needs to be fetched | - | string |
| name | type | required | description | example |
|---|---|---|---|---|
| id | integer (int64) | optional | - | |
| name | string | optional | - |
| name | type | required | description | example |
|---|---|---|---|---|
| id | integer (int64) | optional | - |
| name | type | required | description | example |
|---|---|---|---|---|
| id | integer (int64) | optional | - | |
| petId | integer (int64) | optional | - | |
| quantity | integer (int32) | optional | - | |
| shipDate | string (date-time) | optional | - | |
| status | string | optional | Order Status | |
| complete | boolean | optional | - | |
| optionalStatus | string | optional | - |
| name | type | required | description | example |
|---|---|---|---|---|
| pageNumber | integer (int32) | optional | - | |
| totalItems | integer (int32) | optional | - | |
| items | array[object] | optional | - |
| name | type | required | description | example |
|---|---|---|---|---|
| pageNumber | integer (int32) | optional | - | |
| totalItems | integer (int32) | optional | - | |
| items | array[Pet] | optional | - |
| name | type | required | description | example |
|---|---|---|---|---|
| id | integer | optional | - | |
| category | Category | optional | - | |
| name | string | required | - | doggie |
| photoUrls | array[string] | required | - | |
| tags | array[Tag] | optional | - | |
| status | string | optional | pet status in the store |
| name | type | required | description | example |
|---|---|---|---|---|
| id | integer (int64) | optional | - | |
| name | string | optional | - |
| name | type | required | description | example |
|---|---|---|---|---|
| id | integer (int64) | optional | - | |
| username | string | optional | - | |
| firstName | string | optional | - | |
| lastName | string | optional | - | |
| string | optional | - | ||
| password | string | optional | - | |
| phone | string | optional | - | |
| userStatus | integer (int32) | optional | User Status | 2 |