Sort by reported instead of last_updated for servicelogs GET endpoint #94
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch ":feature/sort-by-reported-instead-of-last-updated"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR changes the sort order of the servicelogs GET endpoint to sort on reported instead of last_updated.
suggestion(non-blocking): Consider adding support for a sort-by and order query parameter so that the client can choose the option that works best for their use case.