Merge "api-ref: Add a description about sort order"

This commit is contained in:
Zuul 2018-11-12 06:50:26 +00:00 committed by Gerrit Code Review
commit 01cea1a045
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)