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
This is a tracking issue for adding functionality to the Kotlin client generator.
Support "default" responses. Currently 200 OK isn't handled, for example, in PetApi#addPet. Revisit this. It appears to be an issue with the petstore.yaml used by most generators, which doesn't define a 200 or "default" response for PetApi#addPet.
Description
This is a tracking issue for adding functionality to the Kotlin client generator.
Support "default" responses. Currently 200 OK isn't handled, for example, inRevisit this. It appears to be an issue with thePetApi#addPet.petstore.yamlused by most generators, which doesn't define a 200 or "default" response forPetApi#addPet.collectionFormat(multi) (see [kotlin] support collection format multi #5792)--additional-properties=android=true), to use built-in serialization and other featuresRelated issues