You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*PetApi* | [**getPetById**](docs/PetApi.md#getpetbyid) | **GET** /pet/{petId} | Find pet by ID
31
-
*PetApi* | [**updatePet**](docs/PetApi.md#updatepet) | **PUT** /pet | Update an existing pet
32
-
*PetApi* | [**updatePetWithForm**](docs/PetApi.md#updatepetwithform) | **POST** /pet/{petId} | Updates a pet in the store with form data
33
-
*PetApi* | [**uploadFile**](docs/PetApi.md#uploadfile) | **POST** /pet/{petId}/uploadImage | uploads an image
34
-
*StoreApi* | [**deleteOrder**](docs/StoreApi.md#deleteorder) | **DELETE** /store/order/{orderId} | Delete purchase order by ID
35
-
*StoreApi* | [**getInventory**](docs/StoreApi.md#getinventory) | **GET** /store/inventory | Returns pet inventories by status
36
-
*StoreApi* | [**getOrderById**](docs/StoreApi.md#getorderbyid) | **GET** /store/order/{orderId} | Find purchase order by ID
37
-
*StoreApi* | [**placeOrder**](docs/StoreApi.md#placeorder) | **POST** /store/order | Place an order for a pet
38
-
*UserApi* | [**createUser**](docs/UserApi.md#createuser) | **POST** /user | Create user
39
-
*UserApi* | [**createUsersWithArrayInput**](docs/UserApi.md#createuserswitharrayinput) | **POST** /user/createWithArray | Creates list of users with given input array
40
-
*UserApi* | [**createUsersWithListInput**](docs/UserApi.md#createuserswithlistinput) | **POST** /user/createWithList | Creates list of users with given input array
41
-
*UserApi* | [**deleteUser**](docs/UserApi.md#deleteuser) | **DELETE** /user/{username} | Delete user
42
-
*UserApi* | [**getUserByName**](docs/UserApi.md#getuserbyname) | **GET** /user/{username} | Get user by user name
43
-
*UserApi* | [**loginUser**](docs/UserApi.md#loginuser) | **GET** /user/login | Logs user into the system
44
-
*UserApi* | [**logoutUser**](docs/UserApi.md#logoutuser) | **GET** /user/logout | Logs out current logged in user session
45
-
*UserApi* | [**updateUser**](docs/UserApi.md#updateuser) | **PUT** /user/{username} | Updated user
26
+
*PetApi* | [**add_pet**](docs/PetApi.md#add_pet) | **POST** /pet | Add a new pet to the store
27
+
*PetApi* | [**delete_pet**](docs/PetApi.md#delete_pet) | **DELETE** /pet/{petId} | Deletes a pet
28
+
*PetApi* | [**find_pets_by_status**](docs/PetApi.md#find_pets_by_status) | **GET** /pet/findByStatus | Finds Pets by status
*PetApi* | [**get_pet_by_id**](docs/PetApi.md#get_pet_by_id) | **GET** /pet/{petId} | Find pet by ID
31
+
*PetApi* | [**update_pet**](docs/PetApi.md#update_pet) | **PUT** /pet | Update an existing pet
32
+
*PetApi* | [**update_pet_with_form**](docs/PetApi.md#update_pet_with_form) | **POST** /pet/{petId} | Updates a pet in the store with form data
33
+
*PetApi* | [**upload_file**](docs/PetApi.md#upload_file) | **POST** /pet/{petId}/uploadImage | uploads an image
34
+
*StoreApi* | [**delete_order**](docs/StoreApi.md#delete_order) | **DELETE** /store/order/{orderId} | Delete purchase order by ID
35
+
*StoreApi* | [**get_inventory**](docs/StoreApi.md#get_inventory) | **GET** /store/inventory | Returns pet inventories by status
36
+
*StoreApi* | [**get_order_by_id**](docs/StoreApi.md#get_order_by_id) | **GET** /store/order/{orderId} | Find purchase order by ID
37
+
*StoreApi* | [**place_order**](docs/StoreApi.md#place_order) | **POST** /store/order | Place an order for a pet
38
+
*UserApi* | [**create_user**](docs/UserApi.md#create_user) | **POST** /user | Create user
39
+
*UserApi* | [**create_users_with_array_input**](docs/UserApi.md#create_users_with_array_input) | **POST** /user/createWithArray | Creates list of users with given input array
40
+
*UserApi* | [**create_users_with_list_input**](docs/UserApi.md#create_users_with_list_input) | **POST** /user/createWithList | Creates list of users with given input array
41
+
*UserApi* | [**delete_user**](docs/UserApi.md#delete_user) | **DELETE** /user/{username} | Delete user
42
+
*UserApi* | [**get_user_by_name**](docs/UserApi.md#get_user_by_name) | **GET** /user/{username} | Get user by user name
43
+
*UserApi* | [**login_user**](docs/UserApi.md#login_user) | **GET** /user/login | Logs user into the system
44
+
*UserApi* | [**logout_user**](docs/UserApi.md#logout_user) | **GET** /user/logout | Logs out current logged in user session
45
+
*UserApi* | [**update_user**](docs/UserApi.md#update_user) | **PUT** /user/{username} | Updated user
**in_body** | [**Pet**](Pet.md)| Pet object that needs to be added to the store |
28
+
**body** | [**Pet**](Pet.md)| Pet object that needs to be added to the store |
29
29
30
30
### Return type
31
31
@@ -42,9 +42,9 @@ Name | Type | Description | Notes
42
42
43
43
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**in_api_key** | **String**| | [default to nothing]
62
+
**api_key** | **String**| | [default to nothing]
63
63
64
64
### Return type
65
65
@@ -76,9 +76,9 @@ Name | Type | Description | Notes
76
76
77
77
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**in_status** | [**Vector{String}**](String.md)| Status values that need to be considered for filter | [default to nothing]
92
+
**status** | [**Vector{String}**](String.md)| Status values that need to be considered for filter | [default to nothing]
93
93
94
94
### Return type
95
95
@@ -106,9 +106,9 @@ Name | Type | Description | Notes
106
106
107
107
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**in_tags** | [**Vector{String}**](String.md)| Tags to filter by | [default to nothing]
122
+
**tags** | [**Vector{String}**](String.md)| Tags to filter by | [default to nothing]
123
123
124
124
### Return type
125
125
@@ -136,9 +136,9 @@ Name | Type | Description | Notes
136
136
137
137
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
138
138
139
-
# **getPetById**
140
-
> getPetById(_api::PetApi, in_petId::Int64; _mediaType=nothing) -> Pet <br/>
141
-
> getPetById(_api::PetApi, response_stream::Channel, in_petId::Int64; _mediaType=nothing) -> Pet
139
+
# **get_pet_by_id**
140
+
> get_pet_by_id(_api::PetApi, pet_id::Int64; _mediaType=nothing) -> Pet <br/>
141
+
> get_pet_by_id(_api::PetApi, response_stream::Channel, pet_id::Int64; _mediaType=nothing) -> Pet
**in_petId** | **Int64**| ID of pet to return | [default to nothing]
152
+
**pet_id** | **Int64**| ID of pet to return | [default to nothing]
153
153
154
154
### Return type
155
155
@@ -166,9 +166,9 @@ Name | Type | Description | Notes
166
166
167
167
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**in_body** | [**Pet**](Pet.md)| Pet object that needs to be added to the store |
180
+
**body** | [**Pet**](Pet.md)| Pet object that needs to be added to the store |
181
181
182
182
### Return type
183
183
@@ -194,9 +194,9 @@ Name | Type | Description | Notes
194
194
195
195
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**in_name** | **String**| Updated name of the pet | [default to nothing]
215
-
**in_status** | **String**| Updated status of the pet | [default to nothing]
214
+
**name** | **String**| Updated name of the pet | [default to nothing]
215
+
**status** | **String**| Updated status of the pet | [default to nothing]
216
216
217
217
### Return type
218
218
@@ -229,9 +229,9 @@ Name | Type | Description | Notes
229
229
230
230
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments