Start here. This is the direct spoken answer to practice first.
Overview
A partial update must define which state may change and how omitted values differ from explicit values.
With a partial serializer, omitted fields keep their current value while submitted fields are validated and applied. An explicit null is different from omission and is allowed only when the contract permits it. The serializer must keep immutable and server-owned fields read-only, and the workflow must authorize each change rather than assuming permission to edit the object allows every field.