CircleOfNice / DoctrineRestDriver

GNU General Public License v3.0
153 stars 44 forks source link

Send entire entity in PUT request #59

Closed robwasripped closed 6 years ago

robwasripped commented 7 years ago

What is this feature about (expected vs actual behaviour)?

By REST specifications, a PUT request should send the entire entity, not just a partial as it does right now.

How can I reproduce it?

Perform an update to an existing entity with the "use_patch" configuration option set to false. The request will be a PUT with only updated properties in the body.

Does it take minutes, hours or days to fix?

hours

Any additional information?

Relates to #54 #57

TobiasHauck commented 6 years ago

Has been fixed more than 1 year ago