mirror of
https://github.com/metosin/reitit.git
synced 2025-12-31 05:38:25 +00:00
Fix swagger :tags docstring
This commit is contained in:
parent
886d5b722e
commit
be23cd169e
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ The following route data keys contribute to the generated swagger specification:
|
|||
| --------------|-------------|
|
||||
| :swagger | map of any swagger-data. Can have `:id` (keyword or sequence of keywords) to identify the api
|
||||
| :no-doc | optional boolean to exclude endpoint from api docs
|
||||
| :tags | optional set of strings of keywords tags for an endpoint api docs
|
||||
| :tags | optional set of string or keyword tags for an endpoint api docs
|
||||
| :summary | optional short string summary of an endpoint
|
||||
| :description | optional long description of an endpoint. Supports http://spec.commonmark.org/
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
| --------------|-------------|
|
||||
| :swagger | map of any swagger-data. Must have `:id` (keyword or sequence of keywords) to identify the api
|
||||
| :no-doc | optional boolean to exclude endpoint from api docs
|
||||
| :tags | optional set of strings of keywords tags for an endpoint api docs
|
||||
| :tags | optional set of string or keyword tags for an endpoint api docs
|
||||
| :summary | optional short string summary of an endpoint
|
||||
| :description | optional long description of an endpoint. Supports http://spec.commonmark.org/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue