forked from loafle/openapi-generator-original
* updated the golden files for haskell to be able to generate against those * Haskell-servant now serves static files which are in a directory called "static" * I missed to regenerate the docs directory
15 lines
799 B
Markdown
15 lines
799 B
Markdown
---
|
|
title: Config Options for haskell
|
|
sidebar_label: haskell
|
|
---
|
|
|
|
| Option | Description | Values | Default |
|
|
| ------ | ----------- | ------ | ------- |
|
|
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
|
|
|ensureUniqueParams|Whether to ensure parameter names are unique in an operation (rename parameters that are not).| |true|
|
|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|
|
|prependFormOrBodyParameters|Add form or body parameters to the beginning of the parameter list.| |false|
|
|
|modelPackage|package for generated models| |null|
|
|
|apiPackage|package for generated api classes| |null|
|
|
|serveStatic|serve will serve files from the directory 'static'.| |true|
|