Actions
Bug #18803
closedRailsAPI should interpret user identity_url="" to mean null in a create/update request
Story points:
-
Release:
Release relationship:
Auto
Description
Currently, when a client retrieves a user record with a null identity_url, the controller response encodes it as an empty string. If the client sends back the same value in an update request, RailsAPI rejects it due to unique constraint.
Actions