Actions
Bug #14807
closedAPI info does not list endpoints in their sorted order
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
API are sorted. This is important, because we need to be able to differentiate:
/some/api/stable-value /some/api/${parameter}
It's better to avoid such conflicts, but it's not always possible like for `/system/archives/groups/restore/latestCommit` and `/system/archives/groups/restore/${commit}`
We need to display the correct order in api "system/info".
Actions