Fix swagger :tags docstring

This commit is contained in:
Juho Teperi 2020-03-24 11:19:00 +02:00
parent 886d5b722e
commit be23cd169e
2 changed files with 2 additions and 2 deletions

View file

@ -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/

View file

@ -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/