Parameter | Required | Description | Data Type |
---|---|---|---|
Array[User] | true | List of user object | Array[User] |
Status Code | Reason |
---|
Parameter | Required | Description | Data Type |
---|---|---|---|
User | true | Created user object | User |
Status Code | Reason |
---|
Parameter | Required | Description | Data Type |
---|---|---|---|
List[User] | true | List of user object | List[User] |
Status Code | Reason |
---|
Parameter | Required | Description | Data Type |
---|---|---|---|
User | true | Updated user object | User |
Parameter | Required | Description | Data Type |
---|---|---|---|
username | true | name that need to be deleted | string |
Status Code | Reason |
---|---|
400 | Invalid username supplied |
404 | User not found |
Parameter | Required | Description | Data Type |
---|---|---|---|
username | true | The name that needs to be deleted | string |
Status Code | Reason |
---|---|
400 | Invalid username supplied |
404 | User not found |
Parameter | Required | Description | Data Type |
---|---|---|---|
username | true | The name that needs to be fetched. Use user1 for testing. | string |
Status Code | Reason |
---|---|
400 | Invalid username supplied |
404 | User not found |
Parameter | Required | Description | Data Type |
---|---|---|---|
username | true | The user name for login | string |
password | true | The password for login in clear text | string |
Status Code | Reason |
---|---|
400 | Invalid username and password combination |
Status Code | Reason |
---|
Parameter | Required | Description | Data Type |
---|---|---|---|
petId | true | ID of pet that needs to be fetched | string |
Status Code | Reason |
---|---|
400 | Invalid ID supplied |
404 | Pet not found |
Parameter | Required | Description | Data Type |
---|---|---|---|
Pet | true | Pet object that needs to be added to the store | Pet |
Status Code | Reason |
---|---|
405 | Invalid input |
Parameter | Required | Description | Data Type |
---|---|---|---|
Pet | true | Pet object that needs to be updated in the store | Pet |
Status Code | Reason |
---|---|
400 | Invalid ID supplied |
404 | Pet not found |
405 | Validation exception |
Parameter | Required | Description | Data Type |
---|---|---|---|
status | true | Status values that need to be considered for filter | string |
Status Code | Reason |
---|---|
400 | Invalid status value |
Parameter | Required | Description | Data Type |
---|---|---|---|
tags | true | Tags to filter by | string |
Status Code | Reason |
---|---|
400 | Invalid tag value |
Parameter | Required | Description | Data Type |
---|---|---|---|
orderId | true | ID of pet that needs to be fetched | string |
Status Code | Reason |
---|---|
400 | Invalid ID supplied |
404 | Order not found |
Parameter | Required | Description | Data Type |
---|---|---|---|
orderId | true | ID of the order that needs to be deleted | string |
Status Code | Reason |
---|---|
400 | Invalid ID supplied |
404 | Order not found |
Parameter | Required | Description | Data Type |
---|---|---|---|
Order | true | order placed for purchasing the pet | Order |
Status Code | Reason |
---|---|
400 | Invalid order |
type | required | access | description | notes |
---|---|---|---|---|
id | long | optional | - | - |
name | string | optional | - | - |
type | required | access | description | notes |
---|---|---|---|---|
id | long | optional | - | - |
petId | long | optional | - | - |
status | string | optional | Order Status | - |
quantity | int | optional | - | - |
shipDate | Date | optional | - | - |
type | required | access | description | notes |
---|---|---|---|---|
tags | Array:Tag | optional | - | - |
id | long | optional | - | - |
category | Category | optional | - | - |
status | string | optional | pet status in the store | - |
name | string | optional | - | - |
photoUrls | Array:string | optional | - | - |
type | required | access | description | notes |
---|---|---|---|---|
id | long | optional | - | - |
name | string | optional | - | - |
type | required | access | description | notes |
---|---|---|---|---|
id | long | optional | - | - |
lastName | string | optional | - | - |
phone | string | optional | - | - |
username | string | optional | - | - |
string | optional | - | - | |
userStatus | int | optional | User Status | - |
firstName | string | optional | - | - |
password | string | optional | - | - |