Node.js Developer — Medium
Key points
- PUT completely replaces the resource
- PATCH updates specific fields
- PUT and PATCH have different levels of granularity
- PUT is more suitable for full updates
- PATCH is more suitable for partial updates
Ready to go further?
Related questions
