Symptoms
Collections returned from the REST API can be sorted by a field from the $orderby ODATA parameter. The default sort order is ascending, but it is meant to allow a "DESC" modified to sort in descending order. The "DESC" modifier has no effect on the sort order.
Impact
The collection is always returned in ascending sort order even if it descending order was requested.
Conditions
ASM REST API is used to retrieve a collection with the elements sorted by a field's value in descending order.
Fix Information
The DESC operator is now honored for the $orderby ODATA parameter on ASM REST API requests.