From 084ce9b28af1320d17ff3ebf63d23f7830019982 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Fri, 9 Nov 2018 14:17:07 +0900 Subject: [PATCH] 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 --- api-ref/source/os-migrations.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api-ref/source/os-migrations.inc b/api-ref/source/os-migrations.inc index 0da9a558b1a4..185e40292b60 100644 --- a/api-ref/source/os-migrations.inc +++ b/api-ref/source/os-migrations.inc @@ -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)