crud icon indicating copy to clipboard operation
crud copied to clipboard

Make updateOneBase dto type partial

Open bertyhell opened this issue 4 years ago • 1 comments

According to these docs it should be partial:

Request Body: resource object (or partial) | resource object with nested (relational) resources (or partial)

https://github.com/nestjsx/crud/wiki/Controllers#update-one-resource

Without this you get errors like this when you try to update one property in an entity: image

bertyhell avatar Mar 12 '21 10:03 bertyhell

Merged on https://github.com/rewiko/crud/issues/5

rewiko avatar Nov 28 '21 09:11 rewiko