-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
There are times it would be convenient to gain access to the replacement values in the API response. There are a few occasions where we have parsed the message to extract the original replacement value.
It may also be valuable to FusionAuth API consumers to have access to these values directly.
Any reason not to just remove the @JsonIgnore on the Object[] values value?
| @JsonIgnore |
It may slightly bloat the API response, but that seems like a minor concern.