Add description about sort order in API ref guideline

Add a description about sort order of response results in
the API reference guideline.

Change-Id: I458795a4f745a0699bc8de40aaa2b3c03c762422
Partial-Bug: #1793034
This commit is contained in:
Takashi NATSUME 2018-12-25 18:16:13 +09:00
parent c993d4fe2f
commit d078b95b59

View File

@ -160,6 +160,12 @@ Or links to the pages describing them should be added.
- Whether the scheduler choose a destination host or not
* Sort order of response results
- Describe sorting order of response results if the API implements the order
(e.g. The response is sorted by ``created_at`` and ``id``
in descending order by default)
* Policy
- Default policy (the admin only, the admin or the owner)