update samples

This commit is contained in:
WILLIAM CHENG
2021-11-16 22:42:47 +08:00
parent af2ca38ab7
commit fcb28453e3
2 changed files with 21 additions and 6 deletions

View File

@@ -288,7 +288,7 @@ class PetApi(basePath: kotlin.String = defaultBasePath) : ApiClient(basePath) {
/**
* Get all pets
*
* @param lastUpdated When this endpoint was hit last to help indentify if the client already has the latest copy. (optional)
* @param lastUpdated When this endpoint was hit last to help identify if the client already has the latest copy. (optional)
* @return ApiInfrastructureResponse<kotlin.collections.List<Pet>?>
* @throws UnsupportedOperationException If the API returns an informational or redirection response
* @throws ClientException If the API returns a client error response