Note change
This commit is contained in:
parent
6df200326f
commit
0d97deada9
1 changed files with 4 additions and 2 deletions
|
@ -7,8 +7,10 @@
|
||||||
* Document the HTTP Method the parameters of an endpoint belong to
|
* Document the HTTP Method the parameters of an endpoint belong to
|
||||||
(rather than assuming `GET` for all of them).
|
(rather than assuming `GET` for all of them).
|
||||||
* Content type of sample response body is also displayed.
|
* Content type of sample response body is also displayed.
|
||||||
* Can now control how many content-types for each example are shown
|
* Can now customise various aspects of how the document is produced
|
||||||
with `markdownWith` and `RenderingOptions`.
|
using `markdownWith` and `RenderingOptions`:
|
||||||
|
- How many content-types for each example are shown
|
||||||
|
- Whether notes should be grouped together under their own header.
|
||||||
|
|
||||||
0.11
|
0.11
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in a new issue