The /updateUser API is expected to return a 200 OK status code when a user’s data is successfully updated. However, the API is returning a 204 No Content status code instead, leading to potential confusion in client-side handling.
Expected Behavior: API returns 200 OK on successful data update.
Actual Behavior: API returns 204 No Content on successful data update.
The /updateUser API is expected to return a 200 OK status code when a user’s data is successfully updated. However, the API is returning a 204 No Content status code instead, leading to potential confusion in client-side handling.
Expected Behavior: API returns 200 OK on successful data update.
Actual Behavior: API returns 204 No Content on successful data update.
Priority: High