Closed MDeLuise closed 2 months ago
Attention: Patch coverage is 0%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 16.79%. Comparing base (
b0f10d9
) to head (1193106
). Report is 2 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
...pse/kapua/app/api/resources/v1/resources/Tags.java | 0.00% | 2 Missing :warning: |
Summary
This PR introduces sorting functionality to the
/tags
API by adding two query parameters:sortDir
: AcceptsNULL
,ASCENDING
, orDESCENDING
to define the sorting order.sortParam
: Specifies the field on which the sorting is applied.Changes
sortDir
andsortParam
query parameters in the/tags
API.sortDir
isASCENDING
orDESCENDING
, sorting is applied to the field specified insortParam
./devices
API to ensure consistency across similar endpoints./tags
API.