December 2016
Beginner to intermediate
1005 pages
21h 54m
English
When working with RESTful Web Services, the HTTP PATCH method is used to update entities. We will use the Basic HTTP Authentication to authenticate a 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. It is a requirement to use HAL JSON when making PATCH requests, which is provided as the default format for the node endpoint.
We will be using the Article content type provided by the standard installation.
Web Services modules: Serialization, RESTful Web Services, and HALHTTP Basic Authentication module. ...Read now
Unlock full access