Done
Details
Details
Assignee
Oleksii Kuzminov
Oleksii KuzminovReporter
Zak Burke
Zak BurkePriority
Story Points
1
Sprint
None
Development Team
Eureka
RCA Group
TBD
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created January 11, 2024 at 7:56 PM
Updated April 4, 2024 at 7:29 PM
Resolved February 25, 2024 at 4:06 AM
Summary: PUT requests to
/users-keycloak/users/SOME_UUID
with the HTTP Request headeraccept: text/plain
fail.Details: PUT requests to
/users-keycloak/users/SOME_UUID
are rejected with response code 406 unless they contain the HTTP Request headeraccept: application/javascript
, even though the response body is empty. This is inconsistent with other FOLIO APIs which all accept PUT requests with the HTTP request headeraccept: text/plain
.This prevents the UI from being able to save changes to user records.
Steps to reproduce:
Make a PUT request with the header
accept: text/plain
:Expected results: Request succeeds:
Actual results: Request fails: