mirror of
https://github.com/metosin/reitit.git
synced 2026-02-18 08:45:55 +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
|
| :tags | optional set of string or keyword tags for an endpoint api docs
|
||||||
| :summary | optional short string summary of an endpoint
|
| :summary | optional short string summary of an endpoint
|
||||||
| :description | optional long description of an endpoint. Supports http://spec.commonmark.org/
|
| :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:
|
Coercion keys also contribute to the docs:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue