mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 22:50:53 +00:00
update php sample
This commit is contained in:
parent
11466570f7
commit
17b14fa281
@ -108,7 +108,7 @@ class PetApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* updatePet
|
* updatePetWithHttpInfo
|
||||||
*
|
*
|
||||||
* Update an existing pet
|
* Update an existing pet
|
||||||
*
|
*
|
||||||
@ -192,7 +192,7 @@ class PetApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* addPet
|
* addPetWithHttpInfo
|
||||||
*
|
*
|
||||||
* Add a new pet to the store
|
* Add a new pet to the store
|
||||||
*
|
*
|
||||||
@ -276,7 +276,7 @@ class PetApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* findPetsByStatus
|
* findPetsByStatusWithHttpInfo
|
||||||
*
|
*
|
||||||
* Finds Pets by status
|
* Finds Pets by status
|
||||||
*
|
*
|
||||||
@ -367,7 +367,7 @@ class PetApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* findPetsByTags
|
* findPetsByTagsWithHttpInfo
|
||||||
*
|
*
|
||||||
* Finds Pets by tags
|
* Finds Pets by tags
|
||||||
*
|
*
|
||||||
@ -458,7 +458,7 @@ class PetApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* getPetById
|
* getPetByIdWithHttpInfo
|
||||||
*
|
*
|
||||||
* Find pet by ID
|
* Find pet by ID
|
||||||
*
|
*
|
||||||
@ -561,7 +561,7 @@ class PetApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* updatePetWithForm
|
* updatePetWithFormWithHttpInfo
|
||||||
*
|
*
|
||||||
* Updates a pet in the store with form data
|
* Updates a pet in the store with form data
|
||||||
*
|
*
|
||||||
@ -667,7 +667,7 @@ class PetApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* deletePet
|
* deletePetWithHttpInfo
|
||||||
*
|
*
|
||||||
* Deletes a pet
|
* Deletes a pet
|
||||||
*
|
*
|
||||||
@ -764,7 +764,7 @@ class PetApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* uploadFile
|
* uploadFileWithHttpInfo
|
||||||
*
|
*
|
||||||
* uploads an image
|
* uploads an image
|
||||||
*
|
*
|
||||||
|
@ -107,7 +107,7 @@ class StoreApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* getInventory
|
* getInventoryWithHttpInfo
|
||||||
*
|
*
|
||||||
* Returns pet inventories by status
|
* Returns pet inventories by status
|
||||||
*
|
*
|
||||||
@ -196,7 +196,7 @@ class StoreApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* placeOrder
|
* placeOrderWithHttpInfo
|
||||||
*
|
*
|
||||||
* Place an order for a pet
|
* Place an order for a pet
|
||||||
*
|
*
|
||||||
@ -283,7 +283,7 @@ class StoreApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* getOrderById
|
* getOrderByIdWithHttpInfo
|
||||||
*
|
*
|
||||||
* Find purchase order by ID
|
* Find purchase order by ID
|
||||||
*
|
*
|
||||||
@ -377,7 +377,7 @@ class StoreApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* deleteOrder
|
* deleteOrderWithHttpInfo
|
||||||
*
|
*
|
||||||
* Delete purchase order by ID
|
* Delete purchase order by ID
|
||||||
*
|
*
|
||||||
|
@ -108,7 +108,7 @@ class UserApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* createUser
|
* createUserWithHttpInfo
|
||||||
*
|
*
|
||||||
* Create user
|
* Create user
|
||||||
*
|
*
|
||||||
@ -187,7 +187,7 @@ class UserApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* createUsersWithArrayInput
|
* createUsersWithArrayInputWithHttpInfo
|
||||||
*
|
*
|
||||||
* Creates list of users with given input array
|
* Creates list of users with given input array
|
||||||
*
|
*
|
||||||
@ -266,7 +266,7 @@ class UserApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* createUsersWithListInput
|
* createUsersWithListInputWithHttpInfo
|
||||||
*
|
*
|
||||||
* Creates list of users with given input array
|
* Creates list of users with given input array
|
||||||
*
|
*
|
||||||
@ -346,7 +346,7 @@ class UserApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* loginUser
|
* loginUserWithHttpInfo
|
||||||
*
|
*
|
||||||
* Logs user into the system
|
* Logs user into the system
|
||||||
*
|
*
|
||||||
@ -435,7 +435,7 @@ class UserApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* logoutUser
|
* logoutUserWithHttpInfo
|
||||||
*
|
*
|
||||||
* Logs out current logged in user session
|
* Logs out current logged in user session
|
||||||
*
|
*
|
||||||
@ -509,7 +509,7 @@ class UserApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* getUserByName
|
* getUserByNameWithHttpInfo
|
||||||
*
|
*
|
||||||
* Get user by user name
|
* Get user by user name
|
||||||
*
|
*
|
||||||
@ -604,7 +604,7 @@ class UserApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* updateUser
|
* updateUserWithHttpInfo
|
||||||
*
|
*
|
||||||
* Updated user
|
* Updated user
|
||||||
*
|
*
|
||||||
@ -695,7 +695,7 @@ class UserApi
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* deleteUser
|
* deleteUserWithHttpInfo
|
||||||
*
|
*
|
||||||
* Delete user
|
* Delete user
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user