Safe Haskell | None |
---|---|
Language | Haskell2010 |
Operations
AnotherFake
op123testSpecialTags
:: (Consumes Op123testSpecialTags MimeJSON, MimeRender MimeJSON Client) | |
=> Client | "body" - client model |
-> OpenAPIPetstoreRequest Op123testSpecialTags MimeJSON Client MimeJSON |
PATCH /another-fake/dummy
To test special tags
To test special tags and operation ID starting with number
data Op123testSpecialTags Source #
Instances
Produces Op123testSpecialTags MimeJSON Source # | application/json |
Defined in OpenAPIPetstore.API.AnotherFake | |
Consumes Op123testSpecialTags MimeJSON Source # | application/json |
Defined in OpenAPIPetstore.API.AnotherFake | |
HasBodyParam Op123testSpecialTags Client Source # | Body Param "body" - client model |
Defined in OpenAPIPetstore.API.AnotherFake setBodyParam :: (Consumes Op123testSpecialTags contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest Op123testSpecialTags contentType res accept -> Client -> OpenAPIPetstoreRequest Op123testSpecialTags contentType res accept Source # |