mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 07:42:45 +00:00
[haskell-http-client] fix typename generation bug for array params; update deps
- fix build for example-app + tests-integration in Samples (due to change in Category) - upgrade stack to 12.18 - fix typename generation bug for array params
This commit is contained in:
@@ -118,7 +118,7 @@ runPet mgr config = do
|
||||
-- updatePet
|
||||
let updatePetRequest = S.updatePet (S.ContentType S.MimeJSON) $ pet
|
||||
{ S.petStatus = Just S.E'Status2'Available
|
||||
, S.petCategory = Just (S.Category (Just 3) (Just "catname"))
|
||||
, S.petCategory = Just (S.Category (Just 3) "catname")
|
||||
}
|
||||
_ <- S.dispatchLbs mgr config updatePetRequest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user