eclipse / kapua

Eclipse Public License 2.0
222 stars 160 forks source link

:bug: [OpenAPI] Fix OpenAPI definitions for Account and User MFA resources #4009

Closed Coduz closed 5 months ago

Coduz commented 5 months ago

This PR fixes the OpenAPI definitions for Account and User MFA resources after the recent refactoring

Related Issue This PR fixes following PRs:

Description of the solution adopted Fixed error in the definitions

Screenshots None

Any side note on the changes made None

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 16.87%. Comparing base (21d4941) to head (867a1d0).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/eclipse/kapua/pull/4009/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/4009?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=eclipse) ```diff @@ Coverage Diff @@ ## develop #4009 +/- ## ========================================== Coverage 16.87% 16.87% Complexity 10 10 ========================================== Files 1989 1989 Lines 51791 51791 Branches 4420 4420 ========================================== Hits 8739 8739 Misses 42648 42648 Partials 404 404 ```