When working with RESTful Web Services, the HTTP PATCH method is used to update entities. We will use the HTTP Basic Authentication to authenticate our user and update a node.
In this recipe, we will use the exposed node endpoint to create a new piece of article content through the RESTful Web Services module.