api-ref: fix default sort key when listing servers

The default sort key when listing servers is the
'created_at' field, which is also in the list of
available sort keys in the same description for
this parameter. The 'created' field doesn't exist.

Change-Id: I7a971c421e69cc7a5630454305ee2cddaf0e92d3
This commit is contained in:
Matt Riedemann 2017-09-21 11:01:03 -04:00
parent 0f80a052dc
commit 781a0286b5

View File

@ -960,10 +960,11 @@ sort_key_flavor:
type: string type: string
sort_key_server: sort_key_server:
description: | description: |
Sorts by a server attribute. Default attribute is ``created``. You can specify Sorts by a server attribute. Default attribute is ``created_at``. You can
multiple pairs of sort key and sort direction query parameters. If you omit the specify multiple pairs of sort key and sort direction query parameters. If
sort direction in a pair, the API uses the natural sorting direction of the server you omit the sort direction in a pair, the API uses the natural sorting
``sort_key`` attribute. The sort keys are limited to: direction of the server ``sort_key`` attribute. The sort keys are limited
to:
- ``access_ip_v4`` - ``access_ip_v4``
- ``access_ip_v6`` - ``access_ip_v6``