Safe Haskell | None |
---|---|
Language | Haskell2010 |
SwaggerPetstore.API.AnotherFake
Description
- testSpecialTags :: (Consumes TestSpecialTags contentType, MimeRender contentType Client) => ContentType contentType -> Accept accept -> Client -> SwaggerPetstoreRequest TestSpecialTags contentType Client accept
- data TestSpecialTags
Operations
AnotherFake
testSpecialTags
Arguments
:: (Consumes TestSpecialTags contentType, MimeRender contentType Client) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Client | "body" - client model |
-> SwaggerPetstoreRequest TestSpecialTags contentType Client accept |
PATCH /another-fake/dummy
To test special tags
To test special tags
data TestSpecialTags Source #
Instances
Produces TestSpecialTags MimeJSON Source # | application/json |
Consumes TestSpecialTags MimeJSON Source # | application/json |
HasBodyParam TestSpecialTags Client Source # | Body Param "body" - client model |