OlhenShu / GreenCityProjectStage

0 stars 0 forks source link

[PUT /user/language/{languageId}] In /user/language/{languageId} incorrect response 403 Forbidden - need 401 Unauthorized #285

Open OlhenShu opened 11 months ago

OlhenShu commented 11 months ago

Environment: Firefox 116.0.3 (64-bit). Reproducible: always.

Preconditions Sign-in as Admin Moved to Swagger http://localhost:8065/swagger-ui.html#/

Steps to reproduce

  1. Click on User controller
  2. Click on PUT /user/language/{languageId}

Actual result Contain 403 Forbidden - Incorrect image

Expected result Need 401 Unauthorized (Need only these responses - 200 OK, 400 Bad request, 401 Unauthorized)