eclipse / kapua

Eclipse Public License 2.0
222 stars 160 forks source link

🐛 [Open API] FIX - API doc. on "GET /{scopeId}/devices" request section #4084

Closed Agnul97 closed 1 month ago

Agnul97 commented 1 month ago

API documentation for:

GET /{scopeId}/devices

explains that sort is case insensitive. While this is true for most of the fields there are some cases when it is not. For example the clientID. This PR fixed the issue

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 16.76%. Comparing base (be2ee60) to head (2efbfca). Report is 15 commits behind head on develop.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/eclipse/kapua/pull/4084/graphs/tree.svg?width=650&height=150&src=pr&token=1P4N4CApH8&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=eclipse)](https://app.codecov.io/gh/eclipse/kapua/pull/4084?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=eclipse) ```diff @@ Coverage Diff @@ ## develop #4084 +/- ## ============================================= - Coverage 16.80% 16.76% -0.04% Complexity 22 22 ============================================= Files 2011 2016 +5 Lines 52282 52317 +35 Branches 4403 4407 +4 ============================================= - Hits 8787 8773 -14 - Misses 43097 43144 +47 - Partials 398 400 +2 ``` [see 17 files with indirect coverage changes](https://app.codecov.io/gh/eclipse/kapua/pull/4084/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=eclipse)