Include optional attribute in model for path and req param descriptors

This commit is contained in:
Andy Wilkinson
2016-05-05 09:48:11 +01:00
parent 5b32a3aa98
commit 1c95232e67
4 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
|===
|Parameter|Optional|Description
{{#parameters}}
|{{name}}
|{{optional}}
|{{description}}
{{/parameters}}
|===

View File

@@ -0,0 +1,5 @@
Parameter | Optional | Description
--------- | -------- | -----------
{{#parameters}}
{{name}} | {{optional}} | {{description}}
{{/parameters}}