@@ -108,7 +108,7 @@ Configure petstore_auth:
108108
109109<a id =" findPetsByStatus " ></a >
110110# ** findPetsByStatus**
111- > kotlin.collections.List< ; Pet> ; findPetsByStatus(status)
111+ > kotlin.collections.List< ; Pet> ; ? findPetsByStatus(status)
112112
113113Finds Pets by status
114114
@@ -141,7 +141,7 @@ try {
141141
142142### Return type
143143
144- [ ** kotlin.collections.List< ; Pet> ; ** ] ( Pet.md )
144+ [ ** kotlin.collections.List< ; Pet> ; ? ** ] ( Pet.md )
145145
146146### Authorization
147147
@@ -156,7 +156,7 @@ Configure petstore_auth:
156156
157157<a id =" findPetsByTags " ></a >
158158# ** findPetsByTags**
159- > kotlin.collections.List< ; Pet> ; findPetsByTags(tags)
159+ > kotlin.collections.List< ; Pet> ; ? findPetsByTags(tags)
160160
161161Finds Pets by tags
162162
@@ -189,7 +189,7 @@ try {
189189
190190### Return type
191191
192- [ ** kotlin.collections.List< ; Pet> ; ** ] ( Pet.md )
192+ [ ** kotlin.collections.List< ; Pet> ; ? ** ] ( Pet.md )
193193
194194### Authorization
195195
@@ -204,7 +204,7 @@ Configure petstore_auth:
204204
205205<a id =" getPetById " ></a >
206206# ** getPetById**
207- > Pet getPetById(petId)
207+ > Pet? getPetById(petId)
208208
209209Find pet by ID
210210
@@ -237,7 +237,7 @@ try {
237237
238238### Return type
239239
240- [ ** Pet** ] ( Pet.md )
240+ [ ** Pet? ** ] ( Pet.md )
241241
242242### Authorization
243243
@@ -347,7 +347,7 @@ Configure petstore_auth:
347347
348348<a id =" uploadFile " ></a >
349349# ** uploadFile**
350- > ModelApiResponse uploadFile(petId, additionalMetadata, file)
350+ > ModelApiResponse? uploadFile(petId, additionalMetadata, file)
351351
352352uploads an image
353353
@@ -382,7 +382,7 @@ try {
382382
383383### Return type
384384
385- [ ** ModelApiResponse** ] ( ModelApiResponse.md )
385+ [ ** ModelApiResponse? ** ] ( ModelApiResponse.md )
386386
387387### Authorization
388388
0 commit comments