eclipse / kapua

Eclipse Public License 2.0
222 stars 160 forks source link

🐛 [Open API] FIX - Removed base64 format on dataChannel API docoumentation #4082

Closed Agnul97 closed 1 month ago

Agnul97 commented 1 month ago

The channelInfoId field has a file type. Should be a string, see the picture below. This PR fixes this problem

image

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 16.80%. Comparing base (be2ee60) to head (3df1f8c). Report is 9 commits behind head on develop.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/eclipse/kapua/pull/4082/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/4082?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=eclipse) ```diff @@ Coverage Diff @@ ## develop #4082 +/- ## ========================================== Coverage 16.80% 16.80% Complexity 22 22 ========================================== Files 2011 2011 Lines 52282 52282 Branches 4403 4403 ========================================== Hits 8787 8787 Misses 43097 43097 Partials 398 398 ```