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 would like to have 2 patch endpoints, with methos called Patch and Update
both will send the same object but I want to have 1 specific difference,
I want the (patch) endpoint to use JsonIgnoreCondition.WhenWritingNull while the (update) endpoint to have JsonIgnoreCondition.Never (the default)
Is this possible with the current library? I only found how to set in the settings on the api.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to have 2 patch endpoints, with methos called Patch and Update
both will send the same object but I want to have 1 specific difference,
I want the (
patch
) endpoint to useJsonIgnoreCondition.WhenWritingNull
while the (update
) endpoint to haveJsonIgnoreCondition.Never
(the default)Is this possible with the current library? I only found how to set in the settings on the api.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions