Fix 'Delete' documentation.
This commit is contained in:
parent
5a032383bc
commit
ad39feb01e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import Data.Typeable (Typeable)
|
|||
-- Example:
|
||||
--
|
||||
-- >>> -- DELETE /books/:isbn
|
||||
-- >>> type MyApi = "books" :> Capture "isbn" Text :> Delete
|
||||
-- >>> type MyApi = "books" :> Capture "isbn" Text :> Delete '[] ()
|
||||
data Delete (contentTypes :: [*]) a
|
||||
deriving Typeable
|
||||
|
||||
|
|
Loading…
Reference in a new issue