Add support for documenting request part payload fields

See gh-270
This commit is contained in:
Mathieu POUSSE
2016-06-23 17:28:26 +02:00
committed by Andy Wilkinson
parent 4f19294220
commit 13e745a9a9
5 changed files with 385 additions and 0 deletions

View File

@@ -575,6 +575,12 @@ prevent it from appearing in the generated snippet while avoiding the failure de
above.
[[documenting-your-api-request-parts]]
=== Request parts content
If you need to document the content of request part that holds Json data, you should use`requestPartsFields`.
It acts exactly as [[documenting-your-api-request-parts]] but in order to use it, you must specify the part name.
[[documenting-your-api-http-headers]]
=== HTTP headers