This tutorial introduces the NGSI-LD Merge Patch endpoint. It explains the difference between Merge Patch
(/entities/<id>
) and Partial Update Patch (/entities/<id>/attrs
) and demonstrates the use of this functionality.
The tutorial uses cUrl commands throughout, but is also available as Postman documentation
NGSI-LD offers JSON-LD based interoperability used for Federations and Data Spaces. To run this tutorial with NGSI-LD, use the NGSI-LD
branch.
git clone https://github.com/FIWARE/tutorials.Merge-Patch-Put.git
cd tutorials.Merge-Patch-Put
git checkout NGSI-LD
./services create
./services start
📚 Documentation | Postman Collection |
---|
MIT © 2022-2023 FIWARE Foundation e.V.