Modify only selected fields.
Section: Resource-oriented routes
Partially update a resource
http
http
PATCH /users/{userId}Explanation
PATCH is commonly used for partial updates so clients do not need to send the entire resource.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Resource-oriented routes