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)