Closed dennisvdvliet closed 1 year ago
The Message mapper is missing the id and href properties since that mapper is used to map requests. We were still using the Message mapper in the list endpoint which resulted in those properties being removed from the response.
id
href
Thanks @CoolGoose.
I do not have merging powers so feel free to do so when you are ready.
The Message mapper is missing the
id
andhref
properties since that mapper is used to map requests. We were still using the Message mapper in the list endpoint which resulted in those properties being removed from the response.