Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
OpenAPIPetstore.API.AnotherFake
Description
Operations
AnotherFake
op123testSpecialTags
Arguments
:: (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
HasBodyParam Op123testSpecialTags Client Source # | Body Param "body" - client model |
Defined in OpenAPIPetstore.API.AnotherFake Methods setBodyParam :: (Consumes Op123testSpecialTags contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest Op123testSpecialTags contentType res accept -> Client -> OpenAPIPetstoreRequest Op123testSpecialTags contentType res accept Source # | |
Consumes Op123testSpecialTags MimeJSON Source # | application/json |
Defined in OpenAPIPetstore.API.AnotherFake | |
Produces Op123testSpecialTags MimeJSON Source # | application/json |
Defined in OpenAPIPetstore.API.AnotherFake |