Open ShadowOfTheSpace opened 6 days ago
Removed an array of example values from GET /user/{id} endpoint and replaced it with single one Capitalized values of nativeLanguage field to follow SPOKEN_LANG_ENUM
GET /user/{id}
nativeLanguage
SPOKEN_LANG_ENUM
Before:
After:
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots 0.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarQube Cloud
Removed an array of example values from
GET /user/{id}
endpoint and replaced it with single one Capitalized values ofnativeLanguage
field to followSPOKEN_LANG_ENUM
Before:
After: