ServiceStack OrmLite PUT deletes all the fields except those are passed -
servicestack ormlite put deletes fields except passed
you can use ormlite's updatenondefaults api , if want update fields have non-default values, still updating fields puts, if want update partial fields use patch. whilst post's typically used creating (inserting) resources or other non-idempotent requests.
Comments
Post a Comment