mirror of
https://github.com/metosin/reitit.git
synced 2026-01-14 02:19:49 +00:00
Extend the docs to mention the operationID
This commit is contained in:
parent
1b74373911
commit
38ec679207
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ The following route data keys contribute to the generated swagger specification:
|
|||
| :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/
|
||||
| :operationId | optional string specifying the unique ID of an Operation
|
||||
|
||||
Coercion keys also contribute to the docs:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue