Merge "Add API ref guideline for examples"

This commit is contained in:
Zuul 2018-10-26 16:30:58 +00:00 committed by Gerrit Code Review
commit 272fbb1993
1 changed files with 13 additions and 2 deletions

View File

@ -213,9 +213,20 @@ The order of parameters in the parameter file has to be kept as follows:
Example
-------
.. TODO::
One or more examples should be provided for operations whose request and/or
response contains a payload. The example should describe what the operation
is attempting to do and provide a sample payload for the request and/or
response as appropriate.
Sample files should be created in the ``doc/api_samples`` directory and inlined
by inclusion.
The guideline for request/response JSON bodies should be added.
When an operation has no payload in the response, a suitable message should be
included. For example::
There is no body content for the response of a successful DELETE query.
Examples for multiple microversions should be included in ascending
microversion order.
Body
----