You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current functionality of the Alerts API endpoint is to return alerts by created_at in ascending order. This means our oldest alerts will always be at the top of the response. For our use cases, this is pretty inconvenient. It would be nice if this endpoint returned the newest alerts first with the older alerts following thereafter. This doesn't necessarily need to be default behavior, and could be locked behind a query parameter.
The text was updated successfully, but these errors were encountered:
# What this PR does
Change alerts order in `/alert` public api endpoint
## Which issue(s) this PR fixes#1031
## Checklist
- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
The current functionality of the Alerts API endpoint is to return alerts by
created_at
in ascending order. This means our oldest alerts will always be at the top of the response. For our use cases, this is pretty inconvenient. It would be nice if this endpoint returned the newest alerts first with the older alerts following thereafter. This doesn't necessarily need to be default behavior, and could be locked behind a query parameter.The text was updated successfully, but these errors were encountered: