We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

PATCH vs. PUT

You may encounter the PATCH method from time to time. It's frankly not used very often. It's meant to partially modify a resource, whereas PUT is meant to completely replace a resource.

PATCH is not as popular as PUT, and many servers, even if they allow partial updates, just use PUT.