quizmediumPUT vs PATCH?PUT does a partial update; PATCH replaces the whole resourcePUT replaces the whole resource and is idempotent; PATCH updates only sent fieldsBoth replace the whole resource, but PATCH is never idempotentPUT updates only sent fields; PATCH resets the rest to defaultsSubmit answer