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:
parent
e27905f482
commit
084ce9b28a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user