api-ref: Add a description about sort order

Add a description about the sort order
in the "List Migrations" (GET /os-migrations) API.

Change-Id: Iaa8e264ca95b69f3c97a6848918862ee22922de1
Closes-Bug: #1801789
This commit is contained in:
Takashi NATSUME 2018-11-09 14:17:07 +09:00 committed by Ken'ichi Ohmichi
parent e27905f482
commit 084ce9b28a
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ Policy defaults enable only users with the administrative role to perform
this operation. Cloud providers can change these permissions through the
``policy.json`` file.
Starting from microversion 2.59, the response is sorted by ``created_at``
and ``id`` in descending order.
Normal response codes: 200
Error response codes: badRequest(400), unauthorized(401), forbidden(403)