open-nomad/.changelog/12054.txt
Seth Hoenig 40c714a681 api: return sorted results in certain list endpoints
These API endpoints now return results in chronological order. They
can return results in reverse chronological order by setting the
query parameter ascending=true.

- Eval.List
- Deployment.List
2022-02-15 13:48:28 -06:00

4 lines
122 B
Plaintext

```release-note:improvement
api: sort return values of evaluation and deployment list api endpoints by creation index
```