Concept Flow - PATCH for partial updates
Client sends PATCH request
Server receives PATCH request
Server reads partial data to update
Server updates only specified fields
Server saves changes
Server sends response with updated resource
End
The client sends a PATCH request with only the fields to update. The server updates those fields without changing others, then responds with the updated resource.