You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect that the attribute is everywhere referenced as "clientName". However, when POSTing a new client, I am forced to use the dasherized version of it:
Thanks for opening this. You're absolutely correct in your expectations. I discovered a few other related issues while working on #89. Once I get that wrapped up, I'm going to kick over to this and push them out in the same release.
If I have a client entity definition as follows:
I expect that the attribute is everywhere referenced as "clientName". However, when POSTing a new client, I am forced to use the dasherized version of it:
However, the response of that and a normal GET request uses the non-dasherized version:
I am forced to do that due to this line in the JsonApiDeSerialization.cs
I expect that the attribute names defined via the
Attr
attribute are used throughout the framework.The text was updated successfully, but these errors were encountered: